We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db8f48 commit f174506Copy full SHA for f174506
1 file changed
go.mod
@@ -4,6 +4,7 @@ go 1.22.5
4
5
require (
6
github.com/Masterminds/semver v1.5.0
7
+ github.com/a8m/envsubst v1.4.2
8
github.com/apache/openwhisk-client-go v0.0.0-20210311185314-87edc2364717
9
github.com/cenkalti/backoff/v4 v4.3.0
10
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
@@ -40,7 +41,6 @@ require (
40
41
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
42
github.com/Microsoft/go-winio v0.6.1 // indirect
43
github.com/ProtonMail/go-crypto v1.0.0 // indirect
- github.com/a8m/envsubst v1.4.2 // indirect
44
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
45
github.com/alessio/shellescape v1.4.1 // indirect
46
github.com/cloudflare/circl v1.3.7 // indirect
0 commit comments