Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jf-tech committed Sep 25, 2020
1 parent f57ef88 commit 1198682
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.12
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jf-tech/go-corelib v0.0.1
github.com/jf-tech/strs v0.0.1
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/stretchr/testify v1.6.1
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
Expand Down
4 changes: 0 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4=
github.com/jf-tech/go-corelib v0.0.1 h1:U7/V7QnnhzXBFCGAPVPuSiQi1nCO380Gw2SxJVffU3o=
github.com/jf-tech/go-corelib v0.0.1/go.mod h1:+sIxnA2kmfH2extpn0QQb2Ow72HPfO1m3efu2+6Kqa4=
github.com/jf-tech/jsons v0.0.1 h1:SBMImpiPKQMguGFHfOMlFqYXMWUBKDz4WdOf+MaA2DE=
github.com/jf-tech/jsons v0.0.1/go.mod h1:gzUBay9a+VOItMOzIhQ8IVR+cZgdA5EAOmnKgXrc/rg=
github.com/jf-tech/strs v0.0.1 h1:WJVAb+uQUIzYl5GCRIJeRJyoW0WA2LqM2uE6W78e+zY=
github.com/jf-tech/strs v0.0.1/go.mod h1:iwn1LPMlK/MJ8L8d5vxFWgr0LLR1sSewdFnQRq2BQxg=
github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
Expand Down

0 comments on commit 1198682

Please sign in to comment.