Skip to content

Commit

Permalink
undo new require in go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Jul 29, 2022
1 parent cbe77d0 commit 48aa036
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ require (
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-stack/stack v1.8.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/glog v1.0.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/gtank/ristretto255 v0.1.2 // indirect
Expand Down Expand Up @@ -181,6 +182,4 @@ require (
gotest.tools/v3 v3.0.3 // indirect
)

require github.com/golang/glog v1.0.0 // indirect

go 1.18

0 comments on commit 48aa036

Please sign in to comment.