vendor/github.com/McKael/madon/v2/go.mod
changeset 260 445e01aede7e
parent 251 1c52a0eeb952
child 262 8d3354485fc3
equal deleted inserted replaced
259:db4911b0c721 260:445e01aede7e
     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/gorilla/websocket v1.5.0
     6 	github.com/gorilla/websocket v1.4.1
     6 	github.com/pkg/errors v0.9.1
     7 	github.com/pkg/errors v0.8.1
     7 	github.com/sendgrid/rest v2.6.9+incompatible
     8 	github.com/sendgrid/rest v2.4.1+incompatible
     8 	github.com/stretchr/testify v1.7.0
     9 	github.com/stretchr/testify v1.3.0
     9 	golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
    10 	golang.org/x/net v0.0.0-20190724013045-ca1201d0de80
    10 	golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
    11 	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    11 	google.golang.org/protobuf v1.28.1 // indirect
    12 	google.golang.org/appengine v1.6.5 // indirect
       
    13 )
    12 )
    14 
    13 
    15 go 1.13
    14 go 1.13