diff options
author | Gusted <postmaster@gusted.xyz> | 2024-12-18 06:40:02 +0100 |
---|---|---|
committer | Gusted <postmaster@gusted.xyz> | 2024-12-18 06:40:02 +0100 |
commit | c26c60ccd12acbf1d9c88828b56ed8d6cca8203a (patch) | |
tree | 20b6980fdd18659ec6a5c2f9948691102dc52be5 /go.mod | |
parent | Merge pull request 'Update dependency @primer/octicons to v19.14.0 (forgejo)'... (diff) | |
download | forgejo-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.mod | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |