Skip to content

Commit

Permalink
deps: github.com/spf13/viper to v1.9.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-tajiri committed Sep 30, 2021
1 parent d409df3 commit 82c88b3
Show file tree
Hide file tree
Showing 2 changed files with 463 additions and 121 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ go 1.16

require (
github.com/gobwas/glob v0.2.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/tools v0.1.5
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
)
Loading

0 comments on commit 82c88b3

Please sign in to comment.