Skip to content

Commit

Permalink
Merge pull request #84 from mxssl/dependabot/go_modules/github.com/sp…
Browse files Browse the repository at this point in the history
…f13/viper-1.18.2

Bump github.com/spf13/viper from 1.17.0 to 1.18.2
  • Loading branch information
mxssl authored Dec 26, 2023
2 parents ea76637 + 7f7ddb2 commit f9151ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 443 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ go 1.20

require (
github.com/pkg/errors v0.9.1
github.com/spf13/viper v1.17.0
github.com/spf13/viper v1.18.2
golang.org/x/net v0.19.0
gopkg.in/tucnak/telebot.v2 v2.5.0
)

require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.3.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
github.com/sourcegraph/conc v0.3.0 // indirect
github.com/spf13/afero v1.10.0 // indirect
github.com/spf13/cast v1.5.1 // indirect
github.com/spf13/afero v1.11.0 // indirect
github.com/spf13/cast v1.6.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
go.uber.org/atomic v1.9.0 // indirect
Expand Down
Loading

0 comments on commit f9151ec

Please sign in to comment.