mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
33 lines
1.2 KiB
Modula-2
33 lines
1.2 KiB
Modula-2
module github.com/asim/go-micro/plugins/acme/certmagic/v4
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/caddyserver/certmagic v0.11.2
|
|
go-micro.dev/v4 v4.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
|
|
github.com/go-acme/lego/v3 v3.7.0 // indirect
|
|
github.com/go-acme/lego/v4 v4.4.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/klauspost/cpuid v1.2.3 // indirect
|
|
github.com/miekg/dns v1.1.43 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
|
|
)
|
|
|
|
replace go-micro.dev/v4 => ../../../../go-micro
|