Skip to content

Commit

Permalink
fix: token is invalid or expired
Browse files Browse the repository at this point in the history
Update nordigen-go-lib to v2.1.8 which fixes the token refresh logic.

Fixes #97
  • Loading branch information
martinohansen committed Dec 13, 2024
1 parent 2be6020 commit d1572e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/martinohansen/ynabber

go 1.23

require github.com/frieser/nordigen-go-lib/v2 v2.1.7
require github.com/frieser/nordigen-go-lib/v2 v2.1.8

require github.com/kelseyhightower/envconfig v1.4.0

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
github.com/carlmjohnson/versioninfo v0.22.5 h1:O00sjOLUAFxYQjlN/bzYTuZiS0y6fWDQjMRvwtKgwwc=
github.com/carlmjohnson/versioninfo v0.22.5/go.mod h1:QT9mph3wcVfISUKd0i9sZfVrPviHuSF+cUtLjm2WSf8=
github.com/frieser/nordigen-go-lib/v2 v2.1.7 h1:n6qhksPY9iPPXBmbdnIxwWQeaMM2fsQece4BlSNmfvc=
github.com/frieser/nordigen-go-lib/v2 v2.1.7/go.mod h1:NejYisqD8GvynCN0vDGw7J66slnj7jB25c8tS1tr8bw=
github.com/frieser/nordigen-go-lib/v2 v2.1.8 h1:bqnG9fOaIXAZTqQ+Yg8wP1eqn0XD+QX3eF4K33YUptQ=
github.com/frieser/nordigen-go-lib/v2 v2.1.8/go.mod h1:NejYisqD8GvynCN0vDGw7J66slnj7jB25c8tS1tr8bw=
github.com/google/go-cmp v0.6.0 h1:ofyhxvXcZhMsU5ulbFiLKl/XBFqE1GSq7atu8tAmTRI=
github.com/google/go-cmp v0.6.0/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
Expand Down

0 comments on commit d1572e7

Please sign in to comment.