summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-05-02 17:23:36 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-05-02 17:23:36 -0600
commit8e4266106034819fa0f4be8f0efbd628eb3e1634 (patch)
treece92801fb98aaa3ff0bd16575fded67b9fbfcb78 /go.mod
parent86a4f2c9f4e7f85f2d59e2f1713aacf98ab8bc1a (diff)
caddytls: Finish upgrading to libdns DNS providers for ACME challenges
Until we finish the migration to the new acme library, we have to bring the solver type in-house. It's small and temporary.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod11
1 files changed, 3 insertions, 8 deletions
diff --git a/go.mod b/go.mod
index 3907161..340cd32 100644
--- a/go.mod
+++ b/go.mod
@@ -7,18 +7,15 @@ require (
github.com/alecthomas/chroma v0.7.2
github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a
github.com/caddyserver/certmagic v0.10.12
- github.com/cenkalti/backoff/v4 v4.0.2 // indirect
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac
github.com/go-acme/lego/v3 v3.6.0
github.com/gogo/protobuf v1.3.1
github.com/google/cel-go v0.4.1
- github.com/imdario/mergo v0.3.9 // indirect
github.com/jsternberg/zap-logfmt v1.2.0
github.com/klauspost/compress v1.10.4
github.com/klauspost/cpuid v1.2.3
+ github.com/libdns/libdns v0.0.0-20200501023120-186724ffc821
github.com/lucas-clemente/quic-go v0.15.3
- github.com/manifoldco/promptui v0.7.0 // indirect
- github.com/miekg/dns v1.1.29 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/smallstep/certificates v0.14.2
@@ -27,11 +24,9 @@ require (
github.com/yuin/goldmark v1.1.28
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
go.uber.org/zap v1.14.1
- golang.org/x/crypto v0.0.0-20200414155820-4f8f47aa7992
- golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
- golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
+ golang.org/x/crypto v0.0.0-20200427165652-729f1e841bcc
+ golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
google.golang.org/genproto v0.0.0-20200413115906-b5235f65be36
gopkg.in/natefinch/lumberjack.v2 v2.0.0
- gopkg.in/square/go-jose.v2 v2.5.0 // indirect
gopkg.in/yaml.v2 v2.2.8
)