blob: ac7938a770b7fc9df1a5344c30ad021138630852 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
module go.awhk.org/go-import-redirect
go 1.12
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
)
|