44 lines
1.9 KiB
Modula-2
44 lines
1.9 KiB
Modula-2
module github.com/foomo/simplecert
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
cloud.google.com/go v0.75.0 // indirect
|
|
github.com/Azure/azure-sdk-for-go v50.1.0+incompatible // indirect
|
|
github.com/Azure/go-autorest/autorest/azure/auth v0.5.6 // indirect
|
|
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
|
|
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
|
|
github.com/cpu/goacmedns v0.1.1 // indirect
|
|
github.com/deepmap/oapi-codegen v1.4.2 // indirect
|
|
github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9
|
|
github.com/go-acme/lego/v4 v4.3.1
|
|
github.com/go-errors/errors v1.1.1 // indirect
|
|
github.com/go-resty/resty/v2 v2.4.0 // indirect
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/gofrs/uuid v4.0.0+incompatible // indirect
|
|
github.com/goodhosts/hostsfile v0.0.7
|
|
github.com/google/uuid v1.1.5 // indirect
|
|
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
|
|
github.com/jarcoal/httpmock v1.0.7 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b // indirect
|
|
github.com/kr/pretty v0.2.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/oracle/oci-go-sdk v24.3.0+incompatible // indirect
|
|
github.com/pquerna/otp v1.3.0 // indirect
|
|
github.com/sirupsen/logrus v1.7.0 // indirect
|
|
github.com/stretchr/objx v0.3.0 // indirect
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/vultr/govultr v1.1.1 // indirect
|
|
go.uber.org/ratelimit v0.1.0 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 // indirect
|
|
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
|
golang.org/x/text v0.3.5 // indirect
|
|
google.golang.org/genproto v0.0.0-20210119180700-e258113e47cc // indirect
|
|
google.golang.org/grpc v1.35.0 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|