-
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 #19 from sony/feature/fix_dependabot_alerts
Feature/fix dependabot alerts
- Loading branch information
Showing
3 changed files
with
67 additions
and
12 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,17 +1,24 @@ | ||
module github.com/sony/appsync-client-go | ||
|
||
go 1.14 | ||
go 1.20 | ||
|
||
require ( | ||
github.com/aws/aws-sdk-go v1.28.11 | ||
github.com/aws/aws-sdk-go v1.44.245 | ||
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.4.0 | ||
github.com/graph-gophers/graphql-go v0.0.0-20190225005345-3e8838d4614c | ||
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect | ||
github.com/gorilla/websocket v1.5.0 | ||
github.com/graph-gophers/graphql-go v1.5.0 | ||
github.com/k0kubun/pp v3.0.1+incompatible | ||
) | ||
|
||
require ( | ||
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/stretchr/testify v1.3.0 // indirect | ||
golang.org/x/text v0.3.2 // indirect | ||
github.com/mattn/go-isatty v0.0.8 // indirect | ||
github.com/opentracing/opentracing-go v1.2.0 // indirect | ||
github.com/stretchr/testify v1.7.1 // indirect | ||
golang.org/x/net v0.1.0 // indirect | ||
golang.org/x/sys v0.1.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