File: go.mod

package info (click to toggle)
golang-github-newrelic-go-agent 3.15.2-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,356 kB
  • sloc: sh: 65; makefile: 6
file content (18 lines) | stat: -rw-r--r-- 603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/newrelic/go-agent/v3/integrations/nrawssdk-v2

// As of May 2021, the aws-sdk-go-v2 go.mod file uses 1.15:
// https://github.com/aws/aws-sdk-go-v2/blob/master/go.mod
go 1.15

replace github.com/newrelic/go-agent/v3 => ../../

require (
	github.com/aws/aws-sdk-go-v2 v1.4.0
	github.com/aws/aws-sdk-go-v2/config v1.1.7
	github.com/aws/aws-sdk-go-v2/service/dynamodb v1.2.3
	github.com/aws/aws-sdk-go-v2/service/lambda v1.2.3
	github.com/aws/aws-sdk-go-v2/service/s3 v1.6.0
	github.com/aws/smithy-go v1.4.0
	github.com/newrelic/go-agent/v3 v3.0.0
	golang.org/x/tools v0.1.0 // indirect
)