forked from TrueCloudLab/frostfs-node
[#638] Update github.com/spf13 packages
Update: * `viper` to v1.8.1; * `cobra` to v1.1.3. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
56d4410913
commit
4eca4dc527
2 changed files with 3 additions and 3 deletions
6
go.mod
6
go.mod
|
@ -18,9 +18,9 @@ require (
|
|||
github.com/panjf2000/ants/v2 v2.4.0
|
||||
github.com/paulmach/orb v0.2.2
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/spf13/cast v1.3.0
|
||||
github.com/spf13/cobra v1.0.0
|
||||
github.com/spf13/viper v1.7.0
|
||||
github.com/spf13/cast v1.3.1
|
||||
github.com/spf13/cobra v1.1.3
|
||||
github.com/spf13/viper v1.8.1
|
||||
github.com/stretchr/testify v1.7.0
|
||||
go.etcd.io/bbolt v1.3.5
|
||||
go.uber.org/atomic v1.8.0
|
||||
|
|
BIN
go.sum
BIN
go.sum
Binary file not shown.
Loading…
Reference in a new issue