From a28a4ac965f714e7506ba26212556fd3d9817712 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 13 Nov 2023 17:53:46 -0500 Subject: utils: remove ioutil.Pipe and use std library io.Pipe ioutil.Pipe literally calls io.Pipe. --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') 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 -- cgit