mirror of
https://github.com/spf13/viper
synced 2025-05-06 04:07:17 +00:00
Try fixing go.mod problem from ugorji/go/codec
https://github.com/ugorji/go/issues/299 https://github.com/ugorji/go/issues/318 https://github.com/ugorji/go/pull/319
This commit is contained in:
parent
31f45ebfd6
commit
2922e4434f
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
@ -26,7 +26,7 @@ require (
|
|||
github.com/spf13/viper v1.6.2
|
||||
github.com/stretchr/testify v1.4.0
|
||||
github.com/tmc/grpc-websocket-proxy v0.0.0-20200122045848-3419fae592fc // indirect
|
||||
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
|
||||
github.com/ugorji/go/codec v1.1.7 // indirect
|
||||
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77
|
||||
go.uber.org/zap v1.14.0 // indirect
|
||||
golang.org/x/net v0.0.0-20200226121028-0de0cce0169b // indirect
|
||||
|
|
Loading…
Add table
Reference in a new issue