Skip to content

Commit a8b5903

Browse files
build(deps): Bump github.com/creachadair/tomledit from 0.0.23 to 0.0.28
Bumps [github.com/creachadair/tomledit](https://github.com/creachadair/tomledit) from 0.0.23 to 0.0.28. - [Commits](creachadair/tomledit@v0.0.23...v0.0.28) --- updated-dependencies: - dependency-name: github.com/creachadair/tomledit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 85a584d commit a8b5903

File tree

2 files changed

+87
-36
lines changed

2 files changed

+87
-36
lines changed

go.mod

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/tendermint/tendermint
33
go 1.17
44

55
require (
6-
github.com/BurntSushi/toml v1.2.0
6+
github.com/BurntSushi/toml v1.4.1-0.20240526193622-a339e1f7089c
77
github.com/adlio/schema v1.3.3
88
github.com/btcsuite/btcd v0.22.1
99
github.com/btcsuite/btcutil v1.0.3-0.20201208143702-a53e38424cce
@@ -29,19 +29,19 @@ require (
2929
github.com/spf13/viper v1.12.0
3030
github.com/stretchr/testify v1.8.0
3131
github.com/tendermint/tm-db v0.6.6
32-
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
33-
golang.org/x/net v0.0.0-20220617184016-355a448f1bc9
34-
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29
32+
golang.org/x/crypto v0.23.0
33+
golang.org/x/net v0.25.0
34+
golang.org/x/sync v0.7.0
3535
google.golang.org/grpc v1.48.0
3636
pgregory.net/rapid v0.4.8
3737
)
3838

3939
require (
4040
github.com/bufbuild/buf v1.4.0
41-
github.com/creachadair/atomicfile v0.2.6
41+
github.com/creachadair/atomicfile v0.3.7
4242
github.com/creachadair/taskgroup v0.3.2
4343
github.com/golangci/golangci-lint v1.47.2
44-
github.com/google/go-cmp v0.5.8
44+
github.com/google/go-cmp v0.7.0
4545
github.com/vektra/mockery/v2 v2.14.0
4646
gotest.tools v2.2.0+incompatible
4747
)
@@ -221,31 +221,29 @@ require (
221221
go.uber.org/atomic v1.9.0 // indirect
222222
go.uber.org/multierr v1.8.0 // indirect
223223
go.uber.org/zap v1.21.0 // indirect
224-
golang.org/x/exp/typeparams v0.0.0-20220613132600-b0d781184e0d // indirect
225-
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
226-
golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
227-
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
228-
golang.org/x/text v0.3.7 // indirect
229-
golang.org/x/tools v0.1.12-0.20220628192153-7743d1d949f1 // indirect
224+
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
225+
golang.org/x/mod v0.17.0 // indirect
226+
golang.org/x/sys v0.20.0 // indirect
227+
golang.org/x/term v0.20.0 // indirect
228+
golang.org/x/text v0.15.0 // indirect
229+
golang.org/x/tools v0.21.1-0.20240531212143-b6235391adb3 // indirect
230230
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd // indirect
231231
google.golang.org/protobuf v1.28.0 // indirect
232232
gopkg.in/ini.v1 v1.66.6 // indirect
233233
gopkg.in/yaml.v2 v2.4.0 // indirect
234234
gopkg.in/yaml.v3 v3.0.1 // indirect
235-
honnef.co/go/tools v0.3.2 // indirect
235+
honnef.co/go/tools v0.5.1 // indirect
236236
mvdan.cc/gofumpt v0.3.1 // indirect
237237
mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect
238238
mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect
239239
mvdan.cc/unparam v0.0.0-20220706161116-678bad134442 // indirect
240240
)
241241

242242
require (
243-
github.com/creachadair/tomledit v0.0.23
243+
github.com/creachadair/tomledit v0.0.28
244244
github.com/prometheus/client_model v0.2.0
245245
github.com/prometheus/common v0.37.0
246246
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca
247247
)
248248

249-
retract (
250-
[v0.35.0,v0.35.9] // See https://github.com/tendermint/tendermint/discussions/9155
251-
)
249+
retract [v0.35.0, v0.35.9] // See https://github.com/tendermint/tendermint/discussions/9155

0 commit comments

Comments
 (0)