aboutsummaryrefslogtreecommitdiff
path: root/clients/autocert/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'clients/autocert/go.mod')
-rw-r--r--clients/autocert/go.mod46
1 files changed, 1 insertions, 45 deletions
diff --git a/clients/autocert/go.mod b/clients/autocert/go.mod
index b99acb7..0783e75 100644
--- a/clients/autocert/go.mod
+++ b/clients/autocert/go.mod
@@ -1,4 +1,4 @@
1module code.crute.us/mcrute/golib/clients/autocert 1module code.crute.us/mcrute/golib/clients/autocert/v2
2 2
3go 1.18 3go 1.18
4 4
@@ -7,54 +7,10 @@ replace golang.org/x/crypto => ../../../third_party/golang/x/crypto
7require ( 7require (
8 code.crute.us/mcrute/golib v0.4.2 8 code.crute.us/mcrute/golib v0.4.2
9 code.crute.us/mcrute/golib/clients/dns v0.1.0 9 code.crute.us/mcrute/golib/clients/dns v0.1.0
10 code.crute.us/mcrute/golib/secrets v0.1.0
11 golang.org/x/crypto v0.3.0 10 golang.org/x/crypto v0.3.0
12) 11)
13 12
14require ( 13require (
15 github.com/armon/go-metrics v0.3.9 // indirect
16 github.com/armon/go-radix v1.0.0 // indirect
17 github.com/cenkalti/backoff/v3 v3.0.0 // indirect
18 github.com/fatih/color v1.7.0 // indirect
19 github.com/golang/protobuf v1.5.2 // indirect
20 github.com/golang/snappy v0.0.4 // indirect
21 github.com/hashicorp/errwrap v1.1.0 // indirect
22 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
23 github.com/hashicorp/go-hclog v0.16.2 // indirect
24 github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
25 github.com/hashicorp/go-multierror v1.1.1 // indirect
26 github.com/hashicorp/go-plugin v1.4.3 // indirect
27 github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
28 github.com/hashicorp/go-rootcerts v1.0.2 // indirect
29 github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect
30 github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect
31 github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
32 github.com/hashicorp/go-sockaddr v1.0.2 // indirect
33 github.com/hashicorp/go-uuid v1.0.2 // indirect
34 github.com/hashicorp/go-version v1.2.0 // indirect
35 github.com/hashicorp/golang-lru v0.5.4 // indirect
36 github.com/hashicorp/hcl v1.0.0 // indirect
37 github.com/hashicorp/vault/api v1.8.0 // indirect
38 github.com/hashicorp/vault/api/auth/approle v0.3.0 // indirect
39 github.com/hashicorp/vault/sdk v0.6.0 // indirect
40 github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb // indirect
41 github.com/mattn/go-colorable v0.1.6 // indirect
42 github.com/mattn/go-isatty v0.0.12 // indirect
43 github.com/mitchellh/copystructure v1.0.0 // indirect
44 github.com/mitchellh/go-homedir v1.1.0 // indirect
45 github.com/mitchellh/go-testing-interface v1.0.0 // indirect
46 github.com/mitchellh/mapstructure v1.5.0 // indirect
47 github.com/mitchellh/reflectwalk v1.0.0 // indirect
48 github.com/oklog/run v1.0.0 // indirect
49 github.com/pierrec/lz4 v2.5.2+incompatible // indirect
50 github.com/ryanuber/go-glob v1.0.0 // indirect
51 go.uber.org/atomic v1.9.0 // indirect
52 golang.org/x/net v0.2.0 // indirect 14 golang.org/x/net v0.2.0 // indirect
53 golang.org/x/sys v0.2.0 // indirect
54 golang.org/x/text v0.4.0 // indirect 15 golang.org/x/text v0.4.0 // indirect
55 golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
56 google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
57 google.golang.org/grpc v1.41.0 // indirect
58 google.golang.org/protobuf v1.26.0 // indirect
59 gopkg.in/square/go-jose.v2 v2.5.1 // indirect
60) 16)