Skip to content

Commit

Permalink
Try fixing go.mod problem from ugorji/go/codec
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hardwick authored Feb 27, 2020
1 parent 31f45eb commit 2922e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2922e44

Please sign in to comment.