go.mod
changeset 253 0e8c8026cf40
parent 246 3dcfc59d90b9
child 254 0362ce76324f
equal deleted inserted replaced
252:e217b238546e 253:0e8c8026cf40
     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
     4 	github.com/davecgh/go-spew v1.1.1 // indirect
       
     5 	github.com/golang/protobuf v1.3.2 // indirect
     5 	github.com/gorilla/websocket v1.4.0
     6 	github.com/gorilla/websocket v1.4.0
     6 	github.com/pkg/errors v0.8.0
     7 	github.com/pkg/errors v0.8.1
     7 	github.com/pmezard/go-difflib v1.0.0 // indirect
       
     8 	github.com/sendgrid/rest v2.4.1+incompatible
     8 	github.com/sendgrid/rest v2.4.1+incompatible
     9 	github.com/stretchr/testify v1.2.2
     9 	github.com/stretchr/testify v1.3.0
    10 	golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3
    10 	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
    11 	golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
    11 	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    12 	golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f // indirect
    12 	google.golang.org/appengine v1.6.1 // indirect
    13 	google.golang.org/appengine v1.2.0 // indirect
       
    14 )
    13 )