aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2019-08-22 23:31:48 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2019-08-22 23:31:48 +0100
commit5e877101619eecfe715ac00696da40e8c24520cb (patch)
tree1cb0bf038c59f77d3438b9d8bff3bb4aff2b5185 /go.mod
parent37555d334a20e12f677d338ee7de386dc6e2856c (diff)
Add go.mod and go.sum
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..2c06ed5
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module go.awhk.org/go-import-redirect
+
+go 1.12
+
+require github.com/aws/aws-lambda-go v1.13.0