vendor/github.com/McKael/madon/v2/go.mod
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
child 260 445e01aede7e
--- a/vendor/github.com/McKael/madon/v2/go.mod	Wed Sep 18 19:17:42 2019 +0200
+++ b/vendor/github.com/McKael/madon/v2/go.mod	Sun Feb 16 18:54:01 2020 +0100
@@ -1,14 +1,15 @@
 module github.com/McKael/madon/v2
 
 require (
-	github.com/davecgh/go-spew v1.1.1
-	github.com/gorilla/websocket v1.4.0
-	github.com/pkg/errors v0.8.0
-	github.com/pmezard/go-difflib v1.0.0 // indirect
+	github.com/davecgh/go-spew v1.1.1 // indirect
+	github.com/golang/protobuf v1.3.3 // indirect
+	github.com/gorilla/websocket v1.4.1
+	github.com/pkg/errors v0.8.1
 	github.com/sendgrid/rest v2.4.1+incompatible
-	github.com/stretchr/testify v1.2.2
-	golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
-	golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
-	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
-	google.golang.org/appengine v1.2.0 // indirect
+	github.com/stretchr/testify v1.3.0
+	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
+	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
+	google.golang.org/appengine v1.6.5 // indirect
 )
+
+go 1.13