go.mod
changeset 257 0b6a4fdf32f8
parent 255 c1d79ca797ac
child 258 8f19923fa340
--- a/go.mod	Mon May 30 18:45:45 2022 +0200
+++ b/go.mod	Tue Aug 23 22:27:55 2022 +0200
@@ -2,15 +2,13 @@
 
 require (
 	github.com/davecgh/go-spew v1.1.1 // indirect
-	github.com/golang/protobuf v1.5.2 // indirect
 	github.com/gorilla/websocket v1.5.0
 	github.com/pkg/errors v0.9.1
 	github.com/sendgrid/rest v2.6.9+incompatible
-	github.com/stretchr/testify v1.4.0
-	golang.org/x/net v0.0.0-20220526153639-5463443f8c37
-	golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
-	google.golang.org/appengine v1.6.7 // indirect
-	google.golang.org/protobuf v1.28.0 // indirect
+	github.com/stretchr/testify v1.7.0
+	golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
+	golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
+	google.golang.org/protobuf v1.28.1 // indirect
 )
 
 go 1.13