Skip to content

Commit

Permalink
build(deps): bump github.com/aws/aws-sdk-go from 1.33.7 to 1.34.0
Browse files Browse the repository at this point in the history
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.33.7 to 1.34.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.34.0/CHANGELOG.md)
- [Commits](aws/aws-sdk-go@v1.33.7...v1.34.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 14, 2023
1 parent bce9527 commit 2ba5948
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 386 deletions.
16 changes: 9 additions & 7 deletions go.mod
Expand Up @@ -7,8 +7,7 @@ require (
github.com/Masterminds/squirrel v1.4.0
github.com/armon/go-radix v1.0.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535
github.com/aws/aws-sdk-go v1.33.7
github.com/cortesi/modd v0.0.0-20200630120222-8983974e5450 // indirect
github.com/aws/aws-sdk-go v1.34.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/fatih/color v1.9.0 // indirect
Expand All @@ -18,13 +17,14 @@ require (
github.com/gorilla/schema v1.1.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/jteeuwen/go-bindata v3.0.7+incompatible // indirect
github.com/kr/pretty v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.7.0
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mitchellh/cli v1.1.1
github.com/mmcdole/gofeed v1.0.0
github.com/myesui/uuid v1.0.0 // indirect
github.com/orandin/lumberjackrus v1.0.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/orandin/lumberjackrus v1.0.1
github.com/posener/complete v1.2.3 // indirect
github.com/rande/goapp v0.0.0-20160602122430-52b532af1ee5
github.com/rande/goexif v0.0.0-20160216213925-90ceb8b2ebfd
Expand All @@ -35,8 +35,10 @@ require (
github.com/zenazn/goji v1.0.1
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect
golang.org/x/tools v0.1.0 // indirect
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/stretchr/testify.v1 v1.2.2 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)

0 comments on commit 2ba5948

Please sign in to comment.