Skip to content

Commit

Permalink
Upgrade base dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Oct 12, 2021
1 parent 40d1c0f commit daa7217
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module github.com/VictorAvelar/mollie-cli
go 1.15

require (
github.com/Rhymond/go-money v1.0.2
github.com/VictorAvelar/mollie-api-go/v2 v2.13.1
github.com/Rhymond/go-money v1.0.3
github.com/VictorAvelar/mollie-api-go/v2 v2.14.1
github.com/avocatl/admiral v0.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.8.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/net v0.0.0-20211011170408-caeb26a5c8c0 // indirect
)
Loading

0 comments on commit daa7217

Please sign in to comment.