Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

chore(deps): bump github.com/spf13/viper from 1.8.1 to 1.9.0 #130

Merged
merged 1 commit into from
Sep 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@ require (
github.com/magiconair/properties v1.8.5
github.com/mattn/go-sqlite3 v1.14.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/spf13/cast v1.4.0 // indirect
github.com/spf13/viper v1.8.1
github.com/spf13/viper v1.9.0
github.com/stretchr/testify v1.7.0
go.uber.org/atomic v1.9.0
go.uber.org/zap v1.19.0
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6 // indirect
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420
gopkg.in/tucnak/telebot.v2 v2.4.0
moul.io/zapgorm v1.1.3
)
Loading