diff --git a/go.mod b/go.mod index 56703eb..f007d80 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/go-chassis/gohessian v0.0.0-20180702061429-e5130c25af55 github.com/go-chassis/openlog v1.1.2 github.com/gogo/googleapis v1.3.1 // indirect - github.com/gogo/protobuf v1.3.0 + github.com/gogo/protobuf v1.3.2 github.com/lyft/protoc-gen-validate v0.1.0 // indirect github.com/patrickmn/go-cache v2.1.0+incompatible github.com/prometheus/client_golang v0.9.1 @@ -17,7 +17,7 @@ require ( github.com/stretchr/testify v1.5.1 github.com/tetratelabs/go2sky v0.1.1-0.20190703154722-1eaab8035277 github.com/urfave/cli v1.20.1-0.20181029213200-b67dcf995b6a - golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 + golang.org/x/net v0.0.0-20201021035429-f5854403a974 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 google.golang.org/grpc v1.27.0 gopkg.in/yaml.v2 v2.3.0