Skip to content

Commit 726e0ea

Browse files
Bump golang.org/x/sync from 0.3.0 to 0.20.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.3.0 to 0.20.0. - [Commits](golang/sync@v0.3.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c259676 commit 726e0ea

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ require (
99
github.com/coreos/go-semver v0.3.1
1010
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
1111
github.com/fatih/color v1.16.0
12+
github.com/mattn/go-isatty v0.0.20
1213
github.com/odvcencio/gotreesitter v0.9.2
1314
github.com/pkg/errors v0.9.1
1415
github.com/sirupsen/logrus v1.9.3
1516
github.com/spf13/cobra v1.10.2
1617
github.com/tliron/commonlog v0.2.8
1718
github.com/tliron/glsp v0.2.2
18-
golang.org/x/sync v0.3.0
19+
golang.org/x/sync v0.20.0
1920
)
2021

2122
require (
@@ -24,7 +25,6 @@ require (
2425
github.com/iancoleman/strcase v0.3.0 // indirect
2526
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
2627
github.com/mattn/go-colorable v0.1.13 // indirect
27-
github.com/mattn/go-isatty v0.0.20 // indirect
2828
github.com/mattn/go-runewidth v0.0.14 // indirect
2929
github.com/muesli/termenv v0.15.2 // indirect
3030
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn
121121
golang.org/x/net v0.0.0-20200904194848-62affa334b73/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA=
122122
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
123123
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
124-
golang.org/x/sync v0.3.0 h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=
125-
golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
124+
golang.org/x/sync v0.20.0 h1:e0PTpb7pjO8GAtTs2dQ6jYa5BWYlMuX047Dco/pItO4=
125+
golang.org/x/sync v0.20.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
126126
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
127127
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
128128
golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)