summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2019-06-18 15:17:48 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2019-06-18 15:17:48 -0600
commit2663dd176d38dfb929bcc478cac3913827f1246e (patch)
tree2b5da588e9ae5eb2e0e13d223aeda7c0922eed35 /go.mod
parent6706c9225a8dcb976785bdf2c35eb151d54ac18c (diff)
Refactor templates execution; add sprig functions
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod6
1 files changed, 6 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 5a7d635..d401471 100644
--- a/go.mod
+++ b/go.mod
@@ -4,10 +4,16 @@ go 1.12
require (
github.com/DataDog/zstd v1.4.0 // indirect
+ github.com/Masterminds/goutils v1.1.0 // indirect
+ github.com/Masterminds/semver v1.4.2 // indirect
+ github.com/Masterminds/sprig v2.20.0+incompatible // indirect
github.com/andybalholm/brotli v0.0.0-20190430215306-5c318f9037cb
github.com/dustin/go-humanize v1.0.0
github.com/go-acme/lego v2.6.0+incompatible
github.com/google/go-cmp v0.3.0 // indirect
+ github.com/google/uuid v1.1.1 // indirect
+ github.com/huandu/xstrings v1.2.0 // indirect
+ github.com/imdario/mergo v0.3.7 // indirect
github.com/klauspost/compress v1.7.1-0.20190613161414-0b31f265a57b
github.com/klauspost/cpuid v1.2.1
github.com/mholt/certmagic v0.6.0