This repository has been archived on 2022-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gidbig/go.mod
T

15 lines
389 B
AMPL
Raw Normal View History

module dev.ixab.de/da/gidbig
go 1.16
require (
2021-04-14 13:07:50 +02:00
github.com/bwmarrin/discordgo v0.23.2
github.com/dustin/go-humanize v1.0.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/sessions v1.2.1
2021-04-14 16:26:47 +02:00
github.com/simplesurance/go-ip-anonymizer v0.0.0-20200429124537-35a880f8e87d
github.com/sirupsen/logrus v1.8.1
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602
2021-04-14 15:07:13 +02:00
gopkg.in/yaml.v2 v2.2.2
)