aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGrégoire Duchêne <gduchene@awhk.org>2020-04-23 18:21:33 +0100
committerGrégoire Duchêne <gduchene@awhk.org>2020-04-23 18:21:33 +0100
commit980a51f1a7d40bb419cd3ac4ab3c383b98265931 (patch)
tree47dce9f50225939c70dea0c83a640a3f7cedb1a7 /go.mod
parentc21e6e98325986e20b59d14775f26b5dc22c9faa (diff)
Use golang.org/x/sys/unix instead of syscall
See https://golang.org/s/go1.4-syscall for more details.
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 303a05f..244f95c 100644
--- a/go.mod
+++ b/go.mod
@@ -6,6 +6,7 @@ require (
github.com/aws/aws-lambda-go v1.16.0
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
+ golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.2.5 // indirect
)