Skip to content

Commit

Permalink
dep: update nordigen lib
Browse files Browse the repository at this point in the history
Fixes #61 by using the version with reworked round tripper.
  • Loading branch information
martinohansen committed Mar 8, 2024
1 parent 9ff2d6e commit b2d89b4
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.21

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

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,6 +1,6 @@
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.5 h1:sdRrGXnBaG+nJ7k2YWd/4ztocZOMVfmXxmoQJddbCkI=
github.com/frieser/nordigen-go-lib/v2 v2.1.5/go.mod h1:NejYisqD8GvynCN0vDGw7J66slnj7jB25c8tS1tr8bw=
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/kelseyhightower/envconfig v1.4.0 h1:Im6hONhd3pLkfDFsbRgu68RDNkGF1r3dvMUtDTo2cv8=
github.com/kelseyhightower/envconfig v1.4.0/go.mod h1:cccZRl6mQpaq41TPp5QxidR+Sa3axMbJDNb//FQX6Gg=

0 comments on commit b2d89b4

Please sign in to comment.