Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 7a78044

Browse files
committed
Update x/crypto
Pull in a more modern version of x/crypto to get an updated acme/autocert.
1 parent ef6aab0 commit 7a78044

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ require (
1616
github.com/prometheus/client_model v0.0.0-20170216185247-6f3806018612 // indirect
1717
github.com/prometheus/common v0.0.0-20170621121001-0866df4b85a1 // indirect
1818
github.com/prometheus/procfs v0.0.0-20170620063421-822d4a1f8edc // indirect
19-
golang.org/x/crypto v0.0.0-20170619204222-adbae1b6b6fb
19+
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67
2020
golang.org/x/net v0.0.0-20170624000434-5f8847ae0d0e // indirect
2121
golang.org/x/oauth2 v0.0.0-20170517174439-f047394b6d14
2222
google.golang.org/appengine v1.0.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ github.com/prometheus/procfs v0.0.0-20170620063421-822d4a1f8edc h1:3tgKmjcsu2Gsk
3030
github.com/prometheus/procfs v0.0.0-20170620063421-822d4a1f8edc/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
3131
golang.org/x/crypto v0.0.0-20170619204222-adbae1b6b6fb h1:6QZjMZJzos5C5rW30xO+0C8f9gKkgeb1z/K4gyS8DFA=
3232
golang.org/x/crypto v0.0.0-20170619204222-adbae1b6b6fb/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
33+
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67 h1:ng3VDlRp5/DHpSWl02R4rM9I+8M2rhmsuLwAMmkLQWE=
34+
golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
3335
golang.org/x/net v0.0.0-20170624000434-5f8847ae0d0e h1:QgA/R9W9DdyznLiIOAoxKKvtcI4w7iGwJfQp6PoODgk=
3436
golang.org/x/net v0.0.0-20170624000434-5f8847ae0d0e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
3537
golang.org/x/oauth2 v0.0.0-20170517174439-f047394b6d14 h1:5fvqvN1Glau4dT9f9CReJ/5DQdgl50EfDOzX7jBecZg=

0 commit comments

Comments
 (0)