aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 303a05fb6f98b44096891a47bb2f98bc49fab0be (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.16.0
	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
)