Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRobert van Gent <rvangent@google.com>2019-05-01 23:25:06 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-06 22:09:33 +0300
commitf4956d9aae69b1cb5715114cf5242fd80a9cabc7 (patch)
treed6dd5884a457576ccd826c41deb18b5ee1593db3 /go.mod
parent2838d58b1daa0f6a337125c5a64d06215901c5d6 (diff)
deploy: Support invalidating a CloudFront CDN cache
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 8bf8c4c75..5189e9b7a 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,7 @@ require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38
github.com/alecthomas/chroma v0.6.3
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
+ github.com/aws/aws-sdk-go v1.16.23
github.com/bep/debounce v1.2.0
github.com/bep/gitmap v1.0.0
github.com/bep/go-tocss v0.6.0