-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
23 lines (21 loc) · 1003 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/glassechidna/awshoney
go 1.12
require (
github.com/aws/aws-lambda-go v1.13.2
github.com/aws/aws-sdk-go v1.25.11
github.com/davecgh/go-spew v1.1.1
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 // indirect
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 // indirect
github.com/glassechidna/awsctx v1.25.11
github.com/google/uuid v1.1.1 // indirect
github.com/honeycombio/beeline-go v0.4.4
github.com/honeycombio/libhoney-go v1.11.1
github.com/stretchr/testify v1.4.0
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
google.golang.org/appengine v1.6.5 // indirect
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
)