diff --git a/examples/go.mod b/examples/go.mod index 58d3003..41a122c 100644 --- a/examples/go.mod +++ b/examples/go.mod @@ -13,8 +13,8 @@ require ( github.com/gofrs/uuid v4.4.0+incompatible // indirect github.com/golang/protobuf v1.5.2 // indirect github.com/jcuga/golongpoll v1.3.0 // indirect - golang.org/x/net v0.7.0 // indirect - golang.org/x/text v0.7.0 // indirect + golang.org/x/net v0.17.0 // indirect + golang.org/x/text v0.13.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.28.0 // indirect )