Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Can we update aws-sdk-go-v2 [v0.23.0] is very old #108

Open
rsb opened this issue Feb 2, 2022 · 1 comment
Open

Can we update aws-sdk-go-v2 [v0.23.0] is very old #108

rsb opened this issue Feb 2, 2022 · 1 comment

Comments

@rsb
Copy link

rsb commented Feb 2, 2022

this is a very old version of this dependency. Is it possible to upgrade
github.com/aws/aws-sdk-go-v2 v0.23.0

@rsb rsb changed the title update aws-sdk-go-v2, v0.23.0 is very old Can we update aws-sdk-go-v2 [v0.23.0] is very old Feb 2, 2022
@compmodder26
Copy link

compmodder26 commented Jul 18, 2022

I will second this request. I believe I am having an issue related to this as well. I have code that utilizes AWS secrets that pulls in newer versions of the aws-sdk-go-v2. If I try to incorporate the epsagon library and code I get the following errors when I try to compile:

$ go build main.go
# github.com/epsagon/epsagon-go/epsagon/aws_sdk_v2_factories
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/common_utils.go:14:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/common_utils.go:21:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/dynamodb_factories.go:17:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/dynamodb_factories.go:61:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/dynamodb_factories.go:86:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/dynamodb_factories.go:103:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/dynamodb_factories.go:114:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/dynamodb_factories.go:158:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/dynamodb_factories.go:173:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/s3_factory.go:15:9: undefined: aws.Request
../../../../go/pkg/mod/github.com/epsagon/[email protected]/epsagon/aws_sdk_v2_factories/s3_factory.go:15:9: too many errors

Relevant portions of my go.mod:

require (
        ...
	github.com/aws/aws-lambda-go v1.30.0
	github.com/aws/aws-sdk-go-v2 v1.16.7
	github.com/aws/aws-sdk-go-v2/config v1.15.4
	github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.6
        github.com/aws/aws-sdk-go-v2/credentials v1.12.0 // indirect
	github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.4 // indirect
	github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.14 // indirect
	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.8 // indirect
	github.com/aws/aws-sdk-go-v2/internal/ini v1.3.11 // indirect
	github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.9 // indirect
	github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.3 // indirect
	github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.7.8 // indirect
	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 // indirect
	github.com/aws/aws-sdk-go-v2/service/sso v1.11.4 // indirect
	github.com/aws/aws-sdk-go-v2/service/sts v1.16.4 // indirect
        ...
)

I am running go version 1.18

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants