go.mod
changeset 255 c1d79ca797ac
parent 254 0362ce76324f
child 257 0b6a4fdf32f8
equal deleted inserted replaced
254:0362ce76324f 255:c1d79ca797ac
     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.3 // indirect
     5 	github.com/golang/protobuf v1.5.2 // indirect
     6 	github.com/gorilla/websocket v1.4.1
     6 	github.com/gorilla/websocket v1.5.0
     7 	github.com/pkg/errors v0.8.1
     7 	github.com/pkg/errors v0.9.1
     8 	github.com/sendgrid/rest v2.4.1+incompatible
     8 	github.com/sendgrid/rest v2.6.9+incompatible
     9 	github.com/stretchr/testify v1.3.0
     9 	github.com/stretchr/testify v1.4.0
    10 	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
    10 	golang.org/x/net v0.0.0-20220526153639-5463443f8c37
    11 	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    11 	golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
    12 	google.golang.org/appengine v1.6.5 // indirect
    12 	google.golang.org/appengine v1.6.7 // indirect
       
    13 	google.golang.org/protobuf v1.28.0 // indirect
    13 )
    14 )
    14 
    15 
    15 go 1.13
    16 go 1.13