go.mod
changeset 261 5ca7ec18feca
parent 258 8f19923fa340
child 262 2d2d8633cc27
equal deleted inserted replaced
260:f506f47c45a6 261:5ca7ec18feca
     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
       
     5 	github.com/gorilla/websocket v1.5.0
     4 	github.com/gorilla/websocket v1.5.0
       
     5 	github.com/kr/pretty v0.1.0 // indirect
     6 	github.com/pkg/errors v0.9.1
     6 	github.com/pkg/errors v0.9.1
     7 	github.com/sendgrid/rest v2.6.9+incompatible
     7 	github.com/sendgrid/rest v2.6.9+incompatible
     8 	github.com/stretchr/testify v1.7.0
     8 	github.com/stretchr/testify v1.7.0
     9 	golang.org/x/net v0.0.0-20220921203646-d300de134e69
     9 	golang.org/x/net v0.5.0
    10 	golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
    10 	golang.org/x/oauth2 v0.4.0
    11 	google.golang.org/protobuf v1.28.1 // indirect
    11 	google.golang.org/protobuf v1.28.1 // indirect
       
    12 	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
    12 )
    13 )
    13 
    14 
    14 go 1.13
    15 go 1.13