forked from mdbraber/acmeproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 824 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/mdbraber/acmeproxy
go 1.13
require (
github.com/abbot/go-http-auth v0.4.0
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/codeskyblue/realip v0.1.0
github.com/go-acme/lego v2.7.2+incompatible
github.com/go-acme/lego/v3 v3.2.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mholt/certmagic v0.8.3
github.com/orange-cloudfoundry/ipfiltering v0.0.0-20170823192147-f48f1b767f82
github.com/sirupsen/logrus v1.4.2
github.com/x-cray/logrus-prefixed-formatter v0.5.2
golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933
gopkg.in/go-acme/lego.v2 v2.7.2
gopkg.in/urfave/cli.v1 v1.20.0
)
replace github.com/go-acme/lego/v3 v3.2.0 => github.com/mdbraber/lego/v3 v3.0.0-20191201221443-6c59d1ecc669