Update github.com/go-acme/lego (#623)

This commit is contained in:
Tom Limoncelli 2020-02-14 13:59:28 -05:00 committed by GitHub
parent 737c8b5616
commit 6a0c6a517c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 4 deletions

2
go.mod
View file

@ -18,7 +18,7 @@ require (
github.com/digitalocean/godo v1.30.0
github.com/dnsimple/dnsimple-go v0.20.1-0.20181001130357-234ec949d37c
github.com/exoscale/egoscale v0.10.5
github.com/go-acme/lego v2.7.2-0.20190727050804-58d6d9f4767a+incompatible
github.com/go-acme/lego v2.7.2+incompatible
github.com/gobwas/glob v0.2.4-0.20181002190808-e7a84e9525fe
github.com/golang/protobuf v1.3.3 // indirect
github.com/google/go-github v17.0.0+incompatible

2
go.sum
View file

@ -75,6 +75,8 @@ github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5Kwzbycv
github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M=
github.com/go-acme/lego v2.7.2-0.20190727050804-58d6d9f4767a+incompatible h1:xZYTlXWZA2aqWmbOTE+M7uxRyIF2LVhfnx5fmmWlhsY=
github.com/go-acme/lego v2.7.2-0.20190727050804-58d6d9f4767a+incompatible/go.mod h1:yzMNe9CasVUhkquNvti5nAtPmG94USbYxYrZfTkIn0M=
github.com/go-acme/lego v2.7.2+incompatible h1:ThhpPBgf6oa9X/vRd0kEmWOsX7+vmYdckmGZSb+FEp0=
github.com/go-acme/lego v2.7.2+incompatible/go.mod h1:yzMNe9CasVUhkquNvti5nAtPmG94USbYxYrZfTkIn0M=
github.com/go-ldap/ldap v3.0.2+incompatible/go.mod h1:qfd9rJvER9Q0/D/Sqn1DfHRoBp40uXYvFoEVrNEPqRc=
github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31/go.mod h1:wGDj63lr65AM2AQyKZd/NYHGb0R+1RLqB8NKt3aSFNA=

View file

@ -5,10 +5,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/2.7.1"
ourUserAgent = "xenolf-acme/2.7.2"
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
// values: detach|release
// NOTE: Update this with each tagged release.
ourUserAgentComment = "detach"
ourUserAgentComment = "release"
)

2
vendor/modules.txt vendored
View file

@ -81,7 +81,7 @@ github.com/dimchansky/utfbom
github.com/dnsimple/dnsimple-go/dnsimple
# github.com/exoscale/egoscale v0.10.5
github.com/exoscale/egoscale
# github.com/go-acme/lego v2.7.2-0.20190727050804-58d6d9f4767a+incompatible
# github.com/go-acme/lego v2.7.2+incompatible
github.com/go-acme/lego/acme
github.com/go-acme/lego/acme/api
github.com/go-acme/lego/acme/api/internal/nonces