-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (16 loc) · 724 Bytes
/
go.mod
File metadata and controls
17 lines (16 loc) · 724 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/carlosroman/aws-lambda-benchmark
require (
github.com/aws/aws-lambda-go v1.2.0
github.com/aws/aws-sdk-go v1.15.28
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ini/ini v1.38.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20180825215210-0210a2f0f73c // indirect
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
github.com/jtolds/gls v4.2.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/smartystreets/assertions v0.0.0-20180820201707-7c9eb446e3cf // indirect
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a
github.com/stretchr/testify v1.2.2
gopkg.in/ini.v1 v1.38.2
gopkg.in/urfave/cli.v1 v1.20.0
)