Files
boringproxy/go.mod
Anders Pitman 0e39e9dd57 Add QR code login URLs for tokens
Also set cookies to max age of a year rather than session cookies.
2020-10-18 18:39:30 -06:00

11 lines
264 B
Modula-2

module github.com/anderspitman/boringproxy
go 1.15
require (
github.com/GeertJohan/go.rice v1.0.0
github.com/caddyserver/certmagic v0.12.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
)