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