diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-10 10:52:38 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-10 10:52:38 +0000 |
| commit | a67f3465e219d5480dfed6dd141cc60361afefb1 (patch) | |
| tree | c381f8dd47060122e5e57349aecdb910fc85be31 | |
| parent | 69d7ae8951e5bee3e33b2c9e5a9fc477199ae75d (diff) | |
| download | x-a67f3465e219d5480dfed6dd141cc60361afefb1.tar.xz x-a67f3465e219d5480dfed6dd141cc60361afefb1.zip | |
build(deps): bump github.com/aws/aws-sdk-go from 1.51.13 to 1.52.6 (#589)
* build(deps): bump github.com/aws/aws-sdk-go from 1.51.13 to 1.52.6
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.51.13 to 1.52.6.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.51.13...v1.52.6)
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Bump Go mod SRI
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mimi <mimi@xeserv.us>
| -rw-r--r-- | .go.mod.sri | 2 | ||||
| -rw-r--r-- | flake.nix | 2 | ||||
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | go.sum | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/.go.mod.sri b/.go.mod.sri index 349b8f8..2f6154f 100644 --- a/.go.mod.sri +++ b/.go.mod.sri @@ -1 +1 @@ -sha256-2329cDY0+uNlhoI0VVKtqDwI7vCGdkgNK703WtEoAqU= +sha256-zx9UB9ubmURic5OiCXf+/EoX+mEUoNOz01RsYskqyxI= @@ -1,4 +1,4 @@ -# nix-direnv cache busting line: sha256-2329cDY0+uNlhoI0VVKtqDwI7vCGdkgNK703WtEoAqU= +# nix-direnv cache busting line: sha256-zx9UB9ubmURic5OiCXf+/EoX+mEUoNOz01RsYskqyxI= { description = "/x/perimental code"; @@ -10,7 +10,7 @@ require ( github.com/Marcel-ICMC/graw v0.0.0-20230411090719-e24cd8592d25 github.com/McKael/madon/v2 v2.4.0 github.com/Songmu/gitconfig v0.2.0 - github.com/aws/aws-sdk-go v1.51.13 + github.com/aws/aws-sdk-go v1.52.6 github.com/aws/aws-sdk-go-v2/service/s3 v1.53.0 github.com/bwmarrin/discordgo v0.28.1 github.com/cenkalti/backoff/v4 v4.3.0 @@ -129,8 +129,8 @@ github.com/apparentlymart/go-textseg/v13 v13.0.0 h1:Y+KvPE1NYz0xl601PVImeQfFyEy6 github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= -github.com/aws/aws-sdk-go v1.51.13 h1:j6lgtz9E/XFRiYYnGNrAfWvyyTsuYvWvo2RCt0zqAIs= -github.com/aws/aws-sdk-go v1.51.13/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= +github.com/aws/aws-sdk-go v1.52.6 h1:nw1AMg0wIj5tTnI89KaDe9G5aISqXm4KJEe1DfNbFvA= +github.com/aws/aws-sdk-go v1.52.6/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk= github.com/aws/aws-sdk-go-v2 v1.26.1 h1:5554eUqIYVWpU0YmeeYZ0wU64H2VLBs8TlhRB2L+EkA= github.com/aws/aws-sdk-go-v2 v1.26.1/go.mod h1:ffIFB97e2yNsv4aTSGkqtHnppsIJzw7G7BReUZ3jCXM= github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.1 h1:gTK2uhtAPtFcdRRJilZPx8uJLL2J85xK11nKtWL0wfU= |
