summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-04-09 12:10:52 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-04-09 12:10:52 -0600
commitc5f9227a486b0840fb28a470158d24903fb47029 (patch)
tree686cb2c22be04a0fda8d1934ddadab44afbcae38 /go.mod
parent88d391c1f58c45582f7713f6a7cbed516c470267 (diff)
go.mod: Try smallstep again
See if the broken dependency cycle has been... well, broken
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 3 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 12bcbaa..d067856 100644
--- a/go.mod
+++ b/go.mod
@@ -12,6 +12,7 @@ require (
github.com/go-acme/lego/v3 v3.5.0
github.com/gogo/protobuf v1.3.1
github.com/google/cel-go v0.4.1
+ github.com/imdario/mergo v0.3.9 // indirect
github.com/jsternberg/zap-logfmt v1.2.0
github.com/klauspost/compress v1.10.4
github.com/klauspost/cpuid v1.2.3
@@ -20,8 +21,8 @@ require (
github.com/miekg/dns v1.1.29 // indirect
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
- github.com/smallstep/certificates v0.14.0
- github.com/smallstep/cli v0.14.1-0.20200409171222-b2faa7c2f880
+ github.com/smallstep/certificates v0.14.1
+ github.com/smallstep/cli v0.14.1
github.com/smallstep/truststore v0.9.5
github.com/vulcand/oxy v1.1.0
github.com/yuin/goldmark v1.1.27