forked from newrelic/newrelic-bitmovin-analytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (23 loc) · 763 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
24
25
26
27
module newrelic/multienv
go 1.20
require (
github.com/aws/aws-sdk-go v1.44.128
github.com/sirupsen/logrus v1.9.0
)
require (
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/newrelic/infrastructure-agent v0.0.0-20201127092132-00ac7efc0cc6 // indirect
github.com/prometheus/prometheus v0.40.3 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
github.com/stretchr/testify v1.8.3 // indirect
)
require (
github.com/aws/aws-lambda-go v1.41.0
github.com/castai/promwrite v0.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/newrelic/infra-integrations-sdk/v4 v4.2.1
golang.org/x/sys v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1
)