go.mod
changeset 257 0b6a4fdf32f8
parent 255 c1d79ca797ac
child 258 8f19923fa340
equal deleted inserted replaced
256:6d748fac6eb2 257:0b6a4fdf32f8
     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.5.2 // indirect
       
     6 	github.com/gorilla/websocket v1.5.0
     5 	github.com/gorilla/websocket v1.5.0
     7 	github.com/pkg/errors v0.9.1
     6 	github.com/pkg/errors v0.9.1
     8 	github.com/sendgrid/rest v2.6.9+incompatible
     7 	github.com/sendgrid/rest v2.6.9+incompatible
     9 	github.com/stretchr/testify v1.4.0
     8 	github.com/stretchr/testify v1.7.0
    10 	golang.org/x/net v0.0.0-20220526153639-5463443f8c37
     9 	golang.org/x/net v0.0.0-20220822230855-b0a4917ee28c
    11 	golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401
    10 	golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
    12 	google.golang.org/appengine v1.6.7 // indirect
    11 	google.golang.org/protobuf v1.28.1 // indirect
    13 	google.golang.org/protobuf v1.28.0 // indirect
       
    14 )
    12 )
    15 
    13 
    16 go 1.13
    14 go 1.13