summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGusted <postmaster@gusted.xyz>2024-12-18 06:40:02 +0100
committerGusted <postmaster@gusted.xyz>2024-12-18 06:40:02 +0100
commitc26c60ccd12acbf1d9c88828b56ed8d6cca8203a (patch)
tree20b6980fdd18659ec6a5c2f9948691102dc52be5 /go.mod
parentMerge pull request 'Update dependency @primer/octicons to v19.14.0 (forgejo)'... (diff)
downloadforgejo-c26c60ccd12acbf1d9c88828b56ed8d6cca8203a.tar.xz
forgejo-c26c60ccd12acbf1d9c88828b56ed8d6cca8203a.zip
chore: avoid using gock
- Avoid using gock to do HTTP mocking, this is fairly simply to do ourselves and avoids a dependency, this commit does right that.
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 d6c0fa1e57..109008c7fe 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