aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2021-10-31 16:00:43 +0000
committerGrégoire Duchêne <gduchene@awhk.org>2021-10-31 16:00:43 +0000
commit22e1387c5b2231c16071e66eea9806228838b0b0 (patch)
tree7c9877a1370d6c71cd01ad4f88e070f9fe59f50a /go.mod
parent3e17f52cd058c79f508713c4ad84dbb666cf3904 (diff)
Migrate to the new syntax for build tags
Also, upgrade dependencies.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 3 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index 81b1634..75828fb 100644
--- a/go.mod
+++ b/go.mod
@@ -1,11 +1,9 @@
module go.awhk.org/go-import-redirect
-go 1.12
+go 1.17
require (
- github.com/aws/aws-lambda-go v1.22.0
- github.com/kr/pretty v0.1.0 // indirect
+ github.com/aws/aws-lambda-go v1.27.0
go.awhk.org/gosdd v0.2.0
- golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+ golang.org/x/sys v0.0.0-20211031064116-611d5d643895
)