go.mod
changeset 254 0362ce76324f
parent 253 0e8c8026cf40
child 255 c1d79ca797ac
equal deleted inserted replaced
253:0e8c8026cf40 254:0362ce76324f
     1 module github.com/McKael/madon/v2
     1 module github.com/McKael/madon/v2
     2 
     2 
     3 require (
     3 require (
     4 	github.com/davecgh/go-spew v1.1.1 // indirect
     4 	github.com/davecgh/go-spew v1.1.1 // indirect
     5 	github.com/golang/protobuf v1.3.2 // indirect
     5 	github.com/golang/protobuf v1.3.3 // indirect
     6 	github.com/gorilla/websocket v1.4.0
     6 	github.com/gorilla/websocket v1.4.1
     7 	github.com/pkg/errors v0.8.1
     7 	github.com/pkg/errors v0.8.1
     8 	github.com/sendgrid/rest v2.4.1+incompatible
     8 	github.com/sendgrid/rest v2.4.1+incompatible
     9 	github.com/stretchr/testify v1.3.0
     9 	github.com/stretchr/testify v1.3.0
    10 	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
    10 	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
    11 	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    11 	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    12 	google.golang.org/appengine v1.6.1 // indirect
    12 	google.golang.org/appengine v1.6.5 // indirect
    13 )
    13 )
       
    14 
       
    15 go 1.13