26 lines
844 B
AMPL
26 lines
844 B
AMPL
module dev.ixab.de/da/gidbig
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
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
|
|
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-20211104180415-d3ed0bb246c8
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/gorilla/securecookie v1.1.1 // indirect
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/net v0.0.0-20220107192237-5cfca573fb4d // indirect
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
google.golang.org/appengine v1.6.7 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
)
|