go.mod
author convert-repo
Thu, 22 Sep 2022 13:39:27 +0000
changeset 260 f506f47c45a6
parent 258 8f19923fa340
child 261 5ca7ec18feca
permissions -rw-r--r--
update tags

module github.com/McKael/madon/v2

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/gorilla/websocket v1.5.0
	github.com/pkg/errors v0.9.1
	github.com/sendgrid/rest v2.6.9+incompatible
	github.com/stretchr/testify v1.7.0
	golang.org/x/net v0.0.0-20220921203646-d300de134e69
	golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
	google.golang.org/protobuf v1.28.1 // indirect
)

go 1.13