go.mod: update github.com/golang/snappy(#21934)
This updates the snappy library depency to include a fix for a Go 1.16 incompatibility issue.
... | @@ -27,7 +27,7 @@ require ( | ... | @@ -27,7 +27,7 @@ require ( |
github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect | github.com/go-sourcemap/sourcemap v2.1.2+incompatible // indirect | ||
github.com/go-stack/stack v1.8.0 | github.com/go-stack/stack v1.8.0 | ||
github.com/golang/protobuf v1.4.2 | github.com/golang/protobuf v1.4.2 | ||
github.com/golang/snappy v0.0.2-0.20200707131729-196ae77b8a26 | github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3 | ||
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa | github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa | ||
github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989 | github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989 | ||
github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277 | github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277 | ||
... | ... |
Please register or sign in to comment