-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from sony/feature/dependency-update
Feature/dependency update
- Loading branch information
Showing
8 changed files
with
151 additions
and
313 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,31 @@ | ||
module github.com/sony/appsync-client-go | ||
|
||
go 1.21 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.44.245 | ||
github.com/aws/aws-sdk-go-v2 v1.18.1 | ||
github.com/aws/aws-sdk-go-v2/config v1.18.27 | ||
github.com/cenkalti/backoff v2.1.1+incompatible | ||
github.com/eclipse/paho.mqtt.golang v1.1.1 | ||
github.com/google/uuid v1.1.1 | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/aws/aws-sdk-go v1.55.5 | ||
github.com/aws/aws-sdk-go-v2 v1.32.7 | ||
github.com/aws/aws-sdk-go-v2/config v1.28.7 | ||
github.com/cenkalti/backoff/v5 v5.0.0 | ||
github.com/eclipse/paho.mqtt.golang v1.5.0 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/websocket v1.5.3 | ||
github.com/graph-gophers/graphql-go v1.5.0 | ||
github.com/k0kubun/pp v3.0.1+incompatible | ||
) | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go-v2/credentials v1.13.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.13.4 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.34 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.28 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.3.35 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.28 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.12.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.14.12 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.19.2 // indirect | ||
github.com/aws/smithy-go v1.13.5 // indirect | ||
github.com/aws/aws-sdk-go-v2/credentials v1.17.48 // indirect | ||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.22 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.26 // indirect | ||
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sso v1.24.8 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.7 // indirect | ||
github.com/aws/aws-sdk-go-v2/service/sts v1.33.3 // indirect | ||
github.com/aws/smithy-go v1.22.1 // indirect | ||
github.com/jmespath/go-jmespath v0.4.0 // indirect | ||
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect | ||
github.com/mattn/go-colorable v0.1.4 // indirect | ||
github.com/mattn/go-isatty v0.0.8 // indirect | ||
golang.org/x/net v0.23.0 // indirect | ||
golang.org/x/sys v0.18.0 // indirect | ||
golang.org/x/net v0.33.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.