go.mod
author Mikael Berthe <mikael@lilotux.net>
Thu, 22 Sep 2022 16:26:05 +0200
changeset 258 8f19923fa340
parent 257 0b6a4fdf32f8
child 261 5ca7ec18feca
permissions -rw-r--r--
Update dependencies, remove Travis configuration

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