Skip to content

Commit

Permalink
Upgrade Adyen Go library to v7.3.1 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese authored Oct 24, 2023
1 parent 43678f5 commit 8a71e49
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 @@ -3,7 +3,7 @@ module golang-online-payments
go 1.19

require (
github.com/adyen/adyen-go-api-library/v7 v7.1.0
github.com/adyen/adyen-go-api-library/v7 v7.3.1
github.com/gin-gonic/contrib v0.0.0-20191209060500-d6e26eeaa607
github.com/gin-gonic/gin v1.9.1
github.com/google/uuid v1.3.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -601,8 +601,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/adyen/adyen-go-api-library/v7 v7.1.0 h1:oF70C3QyGDiMlqU7NJ1kscH0DNA6gJEendOSrWiBWD8=
github.com/adyen/adyen-go-api-library/v7 v7.1.0/go.mod h1:j4gmjnJPuMEhYFPu+VqG8KqI0OcL03q2xvMYTxPoibs=
github.com/adyen/adyen-go-api-library/v7 v7.3.1 h1:NToWy5oZDH5Juz45h9GTlidGFldW10xvaihCJIOWZcw=
github.com/adyen/adyen-go-api-library/v7 v7.3.1/go.mod h1:z9oHJsUpqgCkBhKa8hpBgQvTU8ObRfvO0NKEYUoocx0=
github.com/ajstarks/deck v0.0.0-20200831202436-30c9fc6549a9/go.mod h1:JynElWSGnm/4RlzPXRlREEwqTHAN3T56Bv2ITsFT3gY=
github.com/ajstarks/deck/generate v0.0.0-20210309230005-c3f852c02e19/go.mod h1:T13YZdzov6OU0A1+RfKZiZN9ca6VeKdBdyDV+BY97Tk=
github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3/J6wwsYMMT4xOr94bZjxIelGM0+d/wbFw=
Expand Down

0 comments on commit 8a71e49

Please sign in to comment.