forked from techknowlogick/certmagic-s3
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
33 lines (30 loc) · 1.39 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
module github.com/thekonqueror/certmagic-s3
go 1.14
require (
github.com/caddyserver/caddy/v2 v2.6.1
github.com/caddyserver/certmagic v0.17.2
github.com/cheekybits/genny v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/klauspost/compress v1.15.11 // indirect
github.com/lucas-clemente/quic-go v0.29.1 // indirect
github.com/marten-seemann/qtls-go1-16 v0.1.5 // indirect
github.com/marten-seemann/qtls-go1-17 v0.1.2 // indirect
github.com/marten-seemann/qtls-go1-19 v0.1.0 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
github.com/miekg/dns v1.1.50 // indirect
github.com/minio/minio-go/v7 v7.0.39
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/prometheus/client_golang v1.13.0 // indirect
go.opentelemetry.io/otel/internal/metric v0.27.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
go.uber.org/zap v1.23.0
golang.org/x/crypto v0.0.0-20220926161630-eccd6366d1be
golang.org/x/exp v0.0.0-20220930202632-ec3f01382ef9 // indirect
golang.org/x/net v0.0.0-20220927171203-f486391704dc // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
golang.org/x/tools v0.1.12 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
)
replace github.com/techknowlogick/certmagic-s3 => github.com/thekonqueror/certmagic-s3