Skip to content

Commit

Permalink
Update github.com/oleiade/reflections to v1.0.1 to avoid checksum mis…
Browse files Browse the repository at this point in the history
…match (#850)
  • Loading branch information
dveeden authored and breezewish committed Feb 19, 2021
1 parent 0ad9f24 commit e11db45
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 53 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/jinzhu/gorm v1.9.12
github.com/joho/godotenv v1.3.0
github.com/joomcode/errorx v1.0.1
github.com/oleiade/reflections v1.0.0 // indirect
github.com/oleiade/reflections v1.0.1
github.com/pingcap/check v0.0.0-20191216031241-8a5a85928f12
github.com/pingcap/errors v0.11.5-0.20190809092503-95897b64e011
github.com/pingcap/kvproto v0.0.0-20200411081810-b85805c9476c
Expand All @@ -32,7 +32,7 @@ require (
github.com/shurcooL/httpgzip v0.0.0-20190720172056-320755c1c1b0
github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd
github.com/spf13/pflag v1.0.1
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
github.com/swaggo/http-swagger v0.0.0-20200308142732-58ac5e232fba
github.com/swaggo/swag v1.6.6-0.20200529100950-7c765ddd0476
github.com/thoas/go-funk v0.7.0
Expand All @@ -45,5 +45,4 @@ require (
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/grpc v1.25.1
gopkg.in/oleiade/reflections.v1 v1.0.0
)
Loading

0 comments on commit e11db45

Please sign in to comment.