aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorAyman Bagabas <ayman.bagabas@gmail.com>2023-11-13 17:53:46 -0500
committerAyman Bagabas <ayman.bagabas@gmail.com>2023-11-13 18:02:20 -0500
commita28a4ac965f714e7506ba26212556fd3d9817712 (patch)
tree079a0e7944ec8280aa2d157b9fd6996d9ef941b9 /go.mod
parenta9509b0a52f116ea2969d51890a4265d98d50dcb (diff)
downloadgo-git-a28a4ac965f714e7506ba26212556fd3d9817712.tar.gz
utils: remove ioutil.Pipe and use std library io.Pipe
ioutil.Pipe literally calls 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