forked from newrelic/newrelic-lambda-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1.01 KB
/
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
24
25
26
27
28
29
30
module github.com/newrelic/newrelic-lambda-extension
go 1.20
require (
github.com/aws/aws-sdk-go v1.44.288
github.com/google/go-github/v44 v44.1.0
github.com/google/uuid v1.3.0
github.com/newrelic/go-agent/v3 v3.23.0
github.com/newrelic/go-agent/v3/integrations/nrlambda v1.2.1
github.com/stretchr/testify v1.8.4
golang.org/x/mod v0.11.0
)
require (
github.com/aws/aws-lambda-go v1.41.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230526203410-71b5a4ffd15e // indirect
google.golang.org/grpc v1.56.1 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)