go.mod
author Mikael Berthe <mikael@lilotux.net>
Mon, 29 Jul 2019 21:57:47 +0200
changeset 253 0e8c8026cf40
parent 246 3dcfc59d90b9
child 254 0362ce76324f
permissions -rw-r--r--
Update dependencies

module github.com/McKael/madon/v2

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/golang/protobuf v1.3.2 // indirect
	github.com/gorilla/websocket v1.4.0
	github.com/pkg/errors v0.8.1
	github.com/sendgrid/rest v2.4.1+incompatible
	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.1 // indirect
)