Skip to content

Commit

Permalink
fix github.com/ugorji/go/codec conflict issue (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
cytown authored and appleboy committed May 28, 2019
1 parent f989627 commit 5247302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -11,7 +11,7 @@ require (
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
github.com/ugorji/go/codec v0.0.0-20181209151446-772ced7fd4c2 // indirect
github.com/ugorji/go v1.1.4 // indirect
golang.org/x/net v0.0.0-20181220203305-927f97764cc3 // indirect
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
golang.org/x/sys v0.0.0-20181228144115-9a3f9b0469bb // indirect
Expand Down

0 comments on commit 5247302

Please sign in to comment.