summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuxuan 'fishy' Wang <yuxuan.wang@reddit.com>2023-04-05 16:36:51 -0700
committerYuxuan 'fishy' Wang <fishywang@gmail.com>2023-04-05 17:00:05 -0700
commit12ab079ecfe0c87e984fc7498a43a614d8e8a240 (patch)
treebd683b5d76193137e7b053f8ffdd189c62830959
parent5cdf89019c5598294ea33ff25b540de49b42604c (diff)
downloadthrift-12ab079ecfe0c87e984fc7498a43a614d8e8a240.tar.gz
Bump test/go dependency
This replaces and closes https://github.com/apache/thrift/pull/2774.
-rw-r--r--test/go/go.mod2
-rw-r--r--test/go/go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/test/go/go.mod b/test/go/go.mod
index 0143eba0d..ff88c9b3f 100644
--- a/test/go/go.mod
+++ b/test/go/go.mod
@@ -9,7 +9,7 @@ require (
require (
golang.org/x/mod v0.4.2 // indirect
- golang.org/x/sys v0.0.0-20210510120138-977fb7262007 // indirect
+ golang.org/x/sys v0.7.0 // indirect
golang.org/x/tools v0.1.1 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
diff --git a/test/go/go.sum b/test/go/go.sum
index 6904b3efe..b6ad5455e 100644
--- a/test/go/go.sum
+++ b/test/go/go.sum
@@ -16,6 +16,8 @@ golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210510120138-977fb7262007 h1:gG67DSER+11cZvqIMb8S8bt0vZtiN6xWYARwirrOSfE=
golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
+golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU=
+golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=