diff options
author | Ayman Bagabas <ayman.bagabas@gmail.com> | 2023-11-13 17:53:46 -0500 |
---|---|---|
committer | Ayman Bagabas <ayman.bagabas@gmail.com> | 2023-11-13 18:02:20 -0500 |
commit | a28a4ac965f714e7506ba26212556fd3d9817712 (patch) | |
tree | 079a0e7944ec8280aa2d157b9fd6996d9ef941b9 /go.mod | |
parent | a9509b0a52f116ea2969d51890a4265d98d50dcb (diff) | |
download | go-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.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |