2020-08-20 12:51:02 -04:00
|
|
|
module guildgate
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-09-17 17:36:39 -04:00
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
2020-08-20 12:51:02 -04:00
|
|
|
github.com/go-ldap/ldap v3.0.3+incompatible
|
2020-09-22 14:37:54 -04:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2020-09-17 16:19:05 -04:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
2020-08-20 12:51:02 -04:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-09-22 18:21:01 -04:00
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
2020-08-20 12:51:02 -04:00
|
|
|
gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d // indirect
|
2020-09-22 18:21:01 -04:00
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
2020-08-20 12:51:02 -04:00
|
|
|
)
|