summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGusted <gusted@noreply.codeberg.org>2024-12-20 22:15:11 +0100
committerGusted <gusted@noreply.codeberg.org>2024-12-20 22:15:11 +0100
commit2102163f2ffae3f46649c0116a0f186198be8b18 (patch)
treefe3684f450c1445a90fcf4e1e4d00cfdb7518e1e /go.mod
parenti18n: update of translations from Codeberg Translate (#6242) (diff)
parentchore: avoid using gock (diff)
downloadforgejo-2102163f2ffae3f46649c0116a0f186198be8b18.tar.xz
forgejo-2102163f2ffae3f46649c0116a0f186198be8b18.zip
Merge pull request 'chore: avoid using gock' (#6311) from gusted/forgejo-gock into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6311 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 0 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 71b732168b..ff022ead1f 100644
--- a/go.mod
+++ b/go.mod
@@ -62,7 +62,6 @@ require (
github.com/google/uuid v1.6.0
github.com/gorilla/feeds v1.2.0
github.com/gorilla/sessions v1.4.0
- github.com/h2non/gock v1.2.0
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/huandu/xstrings v1.5.0
@@ -209,7 +208,6 @@ require (
github.com/gorilla/handlers v1.5.2 // indirect
github.com/gorilla/mux v1.8.1 // indirect
github.com/gorilla/securecookie v1.1.2 // indirect
- github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect