From 68c1f62c7a4386a64e15725052f4c1c64cd6b504 Mon Sep 17 00:00:00 2001 From: Ciprian Dorin Craciun Date: Wed, 7 Sep 2022 10:20:16 +0300 Subject: [PATCH] [go] Minor direct dependencies related update. --- sources/go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/go.mod b/sources/go.mod index b9583ac..afba434 100644 --- a/sources/go.mod +++ b/sources/go.mod @@ -8,8 +8,10 @@ require ( github.com/foobaz/go-zopfli v0.0.0-20140122214029-7432051485e2 github.com/lucas-clemente/quic-go v0.25.0 github.com/valyala/fasthttp v1.33.0 + github.com/valyala/tcplisten v1.0.0 github.com/zeebo/blake3 v0.2.2 go.etcd.io/bbolt v1.3.6 + golang.org/x/sys v0.0.0-20220209214540-3681064d5158 ) require ( @@ -25,11 +27,9 @@ require ( github.com/nxadm/tail v1.4.8 // indirect github.com/onsi/ginkgo v1.16.5 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect - github.com/valyala/tcplisten v1.0.0 // indirect golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect golang.org/x/mod v0.5.1 // indirect golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect - golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect golang.org/x/text v0.3.7 // indirect golang.org/x/tools v0.1.9 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect