go.mod
changeset 258 8f19923fa340
parent 257 0b6a4fdf32f8
child 261 5ca7ec18feca
equal deleted inserted replaced
257:0b6a4fdf32f8 258:8f19923fa340
     4 	github.com/davecgh/go-spew v1.1.1 // indirect
     4 	github.com/davecgh/go-spew v1.1.1 // indirect
     5 	github.com/gorilla/websocket v1.5.0
     5 	github.com/gorilla/websocket v1.5.0
     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-20220822230855-b0a4917ee28c
     9 	golang.org/x/net v0.0.0-20220921203646-d300de134e69
    10 	golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
    10 	golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
    11 	google.golang.org/protobuf v1.28.1 // indirect
    11 	google.golang.org/protobuf v1.28.1 // indirect
    12 )
    12 )
    13 
    13 
    14 go 1.13
    14 go 1.13