summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFrancis Lavoie <lavofr@gmail.com>2021-12-10 14:58:53 -0500
committerGitHub <noreply@github.com>2021-12-10 14:58:53 -0500
commit6f9b6ad78e6b9a40afbf12e53017e39abee90a6d (patch)
treed17d86b7c529346c0ad3bcc60f4e8f11ecc8acb6 /go.mod
parent4906b9357a89fe7f41d037bfc6a896479236740f (diff)
go.mod: Update smallstep/certificates, no longer need replace (#4475)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod10
1 files changed, 3 insertions, 7 deletions
diff --git a/go.mod b/go.mod
index 02cf0b7..01f8f3e 100644
--- a/go.mod
+++ b/go.mod
@@ -18,9 +18,9 @@ require (
github.com/naoina/go-stringutil v0.1.0 // indirect
github.com/naoina/toml v0.1.1
github.com/prometheus/client_golang v1.11.0
- github.com/smallstep/certificates v0.17.5-0.20211008195551-04fe3126bebf
- github.com/smallstep/cli v0.17.6
- github.com/smallstep/nosql v0.3.8
+ github.com/smallstep/certificates v0.18.0
+ github.com/smallstep/cli v0.18.0
+ github.com/smallstep/nosql v0.3.9
github.com/smallstep/truststore v0.10.1
github.com/yuin/goldmark v1.4.1
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01
@@ -33,7 +33,3 @@ require (
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
)
-
-// avoid license conflict from juju/ansiterm until https://github.com/manifoldco/promptui/pull/181
-// is merged or other dependency in path currently in violation fixes compliance
-replace github.com/manifoldco/promptui => github.com/nguyer/promptui v0.8.1-0.20210517132806-70ccd4709797