Skip to content

Commit e851319

Browse files
Bump golang.org/x/tools from 0.25.0 to 0.29.0
Bumps [golang.org/x/tools](https://github.com/golang/tools) from 0.25.0 to 0.29.0. - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.25.0...v0.29.0) --- updated-dependencies: - dependency-name: golang.org/x/tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23450b3 commit e851319

File tree

2 files changed

+22
-48
lines changed

2 files changed

+22
-48
lines changed

go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ require (
1515
github.com/openconfig/goyang v1.6.0
1616
github.com/tidwall/gjson v1.18.0
1717
github.com/tidwall/sjson v1.2.5
18-
golang.org/x/tools v0.25.0
18+
golang.org/x/tools v0.29.0
1919
gopkg.in/yaml.v3 v3.0.1
2020
)
2121

2222
require (
23-
github.com/BurntSushi/toml v1.2.1 // indirect
2423
github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect
2524
github.com/Masterminds/goutils v1.1.1 // indirect
2625
github.com/Masterminds/semver/v3 v3.2.0 // indirect
@@ -30,7 +29,6 @@ require (
3029
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
3130
github.com/armon/go-radix v1.0.0 // indirect
3231
github.com/bgentry/speakeasy v0.1.0 // indirect
33-
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
3432
github.com/cloudflare/circl v1.3.7 // indirect
3533
github.com/fatih/color v1.18.0 // indirect
3634
github.com/golang/protobuf v1.5.4 // indirect
@@ -68,6 +66,7 @@ require (
6866
github.com/mitchellh/reflectwalk v1.0.2 // indirect
6967
github.com/oklog/run v1.1.0 // indirect
7068
github.com/posener/complete v1.2.3 // indirect
69+
github.com/russross/blackfriday v1.6.0 // indirect
7170
github.com/shopspring/decimal v1.3.1 // indirect
7271
github.com/spf13/cast v1.5.0 // indirect
7372
github.com/tidwall/match v1.1.1 // indirect
@@ -80,7 +79,7 @@ require (
8079
github.com/zclconf/go-cty v1.15.0 // indirect
8180
golang.org/x/crypto v0.32.0 // indirect
8281
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
83-
golang.org/x/mod v0.21.0 // indirect
82+
golang.org/x/mod v0.22.0 // indirect
8483
golang.org/x/net v0.34.0 // indirect
8584
golang.org/x/sync v0.11.0 // indirect
8685
golang.org/x/sys v0.30.0 // indirect

0 commit comments

Comments
 (0)