Skip to content

Commit d9f5ad0

Browse files
dependabot[bot]Alex | Interchain Labs
andauthored
build(deps): bump github.com/cockroachdb/pebble from 1.1.2 to 1.1.5 (#125)
Bumps [github.com/cockroachdb/pebble](https://github.com/cockroachdb/pebble) from 1.1.2 to 1.1.5. - [Release notes](https://github.com/cockroachdb/pebble/releases) - [Commits](cockroachdb/pebble@v1.1.2...v1.1.5) --- updated-dependencies: - dependency-name: github.com/cockroachdb/pebble dependency-version: 1.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alex | Interchain Labs <alex@interchainlabs.io>
1 parent 38785e9 commit d9f5ad0

File tree

2 files changed

+18
-412
lines changed

2 files changed

+18
-412
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/cosmos/cosmos-db
33
go 1.19
44

55
require (
6-
github.com/cockroachdb/pebble v1.1.2
6+
github.com/cockroachdb/pebble v1.1.5
77
github.com/google/btree v1.1.3
88
github.com/linxGnu/grocksdb v1.8.12
99
github.com/spf13/cast v1.7.1
@@ -29,13 +29,13 @@ require (
2929
github.com/klauspost/compress v1.16.0 // indirect
3030
github.com/kr/pretty v0.3.1 // indirect
3131
github.com/kr/text v0.2.0 // indirect
32-
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
32+
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
3333
github.com/pkg/errors v0.9.1 // indirect
3434
github.com/pmezard/go-difflib v1.0.0 // indirect
35-
github.com/prometheus/client_golang v1.12.0 // indirect
36-
github.com/prometheus/client_model v0.2.1-0.20210607210712-147c58e9608a // indirect
37-
github.com/prometheus/common v0.32.1 // indirect
38-
github.com/prometheus/procfs v0.7.3 // indirect
35+
github.com/prometheus/client_golang v1.15.0 // indirect
36+
github.com/prometheus/client_model v0.3.0 // indirect
37+
github.com/prometheus/common v0.42.0 // indirect
38+
github.com/prometheus/procfs v0.9.0 // indirect
3939
github.com/rogpeppe/go-internal v1.9.0 // indirect
4040
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df // indirect
4141
golang.org/x/sys v0.18.0 // indirect

0 commit comments

Comments
 (0)