From 980a51f1a7d40bb419cd3ac4ab3c383b98265931 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Thu, 23 Apr 2020 18:21:33 +0100 Subject: Use golang.org/x/sys/unix instead of syscall See https://golang.org/s/go1.4-syscall for more details. --- go.mod | 1 + 1 file changed, 1 insertion(+) (limited to 'go.mod') 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 ) -- cgit v1.2.3-70-g09d2