aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2019-11-11 22:20:16 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2019-11-11 22:20:16 +0000
commit0ea3c6452a7a93e8a228aa522f356aaa604bc478 (patch)
tree84f5c62d43169fe692a32ddb3f9be13905ab70ee /go.mod
parent0c050372cc95f231f68164ff2d8164d085ea3ccc (diff)
Update dependencies
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 7 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 2c06ed5..ac7938a 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,10 @@ module go.awhk.org/go-import-redirect
go 1.12
-require github.com/aws/aws-lambda-go v1.13.0
+require (
+ github.com/aws/aws-lambda-go v1.13.3
+ github.com/davecgh/go-spew v1.1.1 // indirect
+ github.com/kr/pretty v0.1.0 // indirect
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+ gopkg.in/yaml.v2 v2.2.5 // indirect
+)