aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorPaulo Gomes <pjbgf@linux.com>2023-11-14 09:36:44 +0000
committerGitHub <noreply@github.com>2023-11-14 09:36:44 +0000
commiteb1b04dbe45f7c9e866eb52e8ccccf3885a06217 (patch)
tree079a0e7944ec8280aa2d157b9fd6996d9ef941b9 /go.mod
parenta9509b0a52f116ea2969d51890a4265d98d50dcb (diff)
parenta28a4ac965f714e7506ba26212556fd3d9817712 (diff)
downloadgo-git-eb1b04dbe45f7c9e866eb52e8ccccf3885a06217.tar.gz
Merge pull request #922 from aymanbagabas/cleanup-ioutil
utils: remove ioutil.Pipe and use std library io.Pipe
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c7bfb14..18b60da 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,6 @@ go 1.19
require (
dario.cat/mergo v1.0.0
github.com/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371
- github.com/acomagu/bufpipe v1.0.4
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/elazarl/goproxy v0.0.0-20230808193330-2592e75ae04a
github.com/emirpasic/gods v1.18.1