Skip to content

Commit

Permalink
update deps, replace deprecated hosts pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadl0ck committed Dec 8, 2020
1 parent e4c891b commit c1db697
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 15 deletions.
30 changes: 17 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,44 +3,48 @@ module github.com/foomo/simplecert
go 1.13

require (
cloud.google.com/go v0.72.0 // indirect
github.com/Azure/azure-sdk-for-go v48.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.12 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.3 // indirect
cloud.google.com/go v0.73.0 // indirect
github.com/Azure/azure-sdk-for-go v49.0.0+incompatible // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.5.5 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
github.com/akamai/AkamaiOPEN-edgegrid-golang v1.0.0 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.695 // indirect
github.com/aws/aws-sdk-go v1.35.35 // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.752 // indirect
github.com/aws/aws-sdk-go v1.36.3 // indirect
github.com/cenkalti/backoff/v4 v4.1.0 // indirect
github.com/cloudflare/cloudflare-go v0.13.5 // indirect
github.com/cloudflare/cloudflare-go v0.13.6 // indirect
github.com/deepmap/oapi-codegen v1.4.1 // indirect
github.com/dimchansky/utfbom v1.1.1 // indirect
github.com/exoscale/egoscale v0.35.1 // indirect
github.com/exoscale/egoscale v0.36.1 // indirect
github.com/foomo/tlsconfig v0.0.0-20180418120404-b67861b076c9
github.com/go-acme/lego/v4 v4.1.3
github.com/go-errors/errors v1.1.1 // indirect
github.com/go-resty/resty/v2 v2.3.0 // indirect
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/goodhosts/hostsfile v0.0.7
github.com/gophercloud/gophercloud v0.14.0 // indirect
github.com/gophercloud/utils v0.0.0-20201101202656-8677e053dcf1 // indirect
github.com/gophercloud/utils v0.0.0-20201203161420-f41c1768a042 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/json-iterator/go v1.1.10 // indirect
github.com/kolo/xmlrpc v0.0.0-20201022064351-38db28db192b // indirect
github.com/lextoumbourou/goodhosts v2.1.0+incompatible
github.com/linode/linodego v0.24.0 // indirect
github.com/miekg/dns v1.1.35 // indirect
github.com/mitchellh/mapstructure v1.4.0 // 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/vultr/govultr v1.1.1 // indirect
go.uber.org/ratelimit v0.1.0 // indirect
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58 // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c // indirect
golang.org/x/net v0.0.0-20201207224615-747e23833adb // indirect
golang.org/x/oauth2 v0.0.0-20201207163604-931764155e3f // indirect
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4 // indirect
google.golang.org/genproto v0.0.0-20201207150747-9ee31aac76e7 // indirect
google.golang.org/grpc v1.34.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-20200615113413-eeeca48fe776 // indirect
Expand Down
Loading

0 comments on commit c1db697

Please sign in to comment.