summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-26 18:31:23 +0000
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-26 21:21:26 +0200
commita469156ea4ad023aa4fda0d3fb657ce003412abb (patch)
treef6c614dcce902400604f8c080280e44c8da6f3cf /go.mod
parent18fdd85bcc4ac2d9a33546dca8a0a24f63987361 (diff)
build(deps): bump github.com/aws/aws-sdk-go from 1.38.23 to 1.40.8
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.38.23 to 1.40.8. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-go/compare/v1.38.23...v1.40.8) --- 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>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 32e808262..cad9a884e 100644
--- a/go.mod
+++ b/go.mod
@@ -8,7 +8,7 @@ require (
github.com/alecthomas/chroma v0.9.2
github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/armon/go-radix v1.0.0
- github.com/aws/aws-sdk-go v1.38.23
+ github.com/aws/aws-sdk-go v1.40.8
github.com/bep/debounce v1.2.0
github.com/bep/gitmap v1.1.2
github.com/bep/godartsass v0.12.0
@@ -60,7 +60,7 @@ require (
github.com/yuin/goldmark-highlighting v0.0.0-20200307114337-60d527fdb691
gocloud.dev v0.20.0
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
- golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4
+ golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.6
google.golang.org/api v0.45.0