fix: enable redirect after login with OAuth2 login,
provide default for HOSTNAME, allow Let's Encrypt disabling
module github.com/nicolaspernoud/vestibule | ||
go 1.15 | ||
go 1.16 | ||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect | ||
github.com/oschwald/maxminddb-golang v1.8.0 | ||
github.com/secure-io/sio-go v0.3.1 | ||
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 | ||
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7 | ||
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 | ||
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073 | ||
golang.org/x/text v0.3.5 // indirect | ||
golang.org/x/crypto v0.0.0-20210415154028-4f45737414dc | ||
golang.org/x/net v0.0.0-20210420210106-798c2154c571 | ||
golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78 | ||
golang.org/x/sys v0.0.0-20210420205809-ac73e9fd8988 | ||
google.golang.org/appengine v1.6.7 // indirect | ||
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect | ||
) |
This diff is collapsed.
This diff is collapsed.