summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-25 12:48:37 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-25 12:48:37 +0100
commitf734a94c1ca9bb732b2ae818098b48794e374c8a (patch)
treebcd326385198b60d2cd4c8a6cfc9461174cbf9a4 /go.mod
parent[chore]: Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#3826) (diff)
downloadgotosocial-f734a94c1ca9bb732b2ae818098b48794e374c8a.tar.xz
[chore]: Bump golang.org/x/crypto from 0.33.0 to 0.34.0 (#3824)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.33.0 to 0.34.0. - [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.34.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 8dd35f267..7eef0e535 100644
--- a/go.mod
+++ b/go.mod
@@ -1,7 +1,6 @@
module github.com/superseriousbusiness/gotosocial
go 1.23
-
// Replace go-swagger with our version that fixes (ours particularly) use of Go1.23
replace github.com/go-swagger/go-swagger => github.com/superseriousbusiness/go-swagger v0.31.0-gts-go1.23-fix
@@ -79,7 +78,7 @@ require (
go.opentelemetry.io/otel/sdk/metric v1.34.0
go.opentelemetry.io/otel/trace v1.34.0
go.uber.org/automaxprocs v1.6.0
- golang.org/x/crypto v0.33.0
+ golang.org/x/crypto v0.34.0
golang.org/x/image v0.24.0
golang.org/x/net v0.35.0
golang.org/x/oauth2 v0.26.0