From 6f9b6ad78e6b9a40afbf12e53017e39abee90a6d Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 10 Dec 2021 14:58:53 -0500 Subject: go.mod: Update smallstep/certificates, no longer need replace (#4475) --- go.mod | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'go.mod') 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 -- cgit v1.2.3