Skip to content

Commit

Permalink
fix: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Sep 29, 2022
1 parent 54e41a6 commit fa9933e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ replace SELF => ./

require (
SELF v0.0.0-00010101000000-000000000000
github.com/apisite/libgo/config v0.0.0-20220929185311-47dd54236845
github.com/felixge/httpsnoop v1.0.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3
github.com/soheilhy/cmux v0.1.5
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
github.com/apisite/libgo/config v0.0.0-20220929185311-47dd54236845 h1:Q5AIYPxwiCfeJt+Gw8FDdA4nF6tl0FUm36rjGY02BG8=
github.com/apisite/libgo/config v0.0.0-20220929185311-47dd54236845/go.mod h1:myWgPJtognO2xLHp3P508o2h2eP2O4g7nt+zvmUh/nE=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/felixge/httpsnoop v1.0.3 h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=
github.com/felixge/httpsnoop v1.0.3/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U=
Expand Down

0 comments on commit fa9933e

Please sign in to comment.