go.mod
author Mikael Berthe <mikael@lilotux.net>
Sat, 04 Feb 2023 12:38:02 +0100
changeset 262 2d2d8633cc27
parent 261 5ca7ec18feca
permissions -rw-r--r--
Bump version to 3.0.0-dev

module github.com/McKael/madon/v3

require (
	github.com/gorilla/websocket v1.5.0
	github.com/kr/pretty v0.1.0 // indirect
	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.5.0
	golang.org/x/oauth2 v0.4.0
	google.golang.org/protobuf v1.28.1 // indirect
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)

go 1.13