go.mod
author Mikael Berthe <mikael@lilotux.net>
Sun, 30 Jun 2024 16:26:45 +0200
changeset 272 47373202f982
parent 271 a750ff551fcf
permissions -rw-r--r--
Version 3.0.0

module github.com/McKael/madon/v3

require (
	github.com/gorilla/websocket v1.5.3
	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.26.0
	golang.org/x/oauth2 v0.21.0
	gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)

go 1.13