Skip to content

Commit 83d8e14

Browse files
renovate[bot]mergify[bot]
authored andcommitted
fix(deps): update github.com/longhorn/sparse-tools digest to ed49dd3
1 parent eeca155 commit 83d8e14

File tree

10 files changed

+26
-192
lines changed

10 files changed

+26
-192
lines changed

go.mod

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
module github.com/longhorn/backing-image-manager
22

3-
go 1.21
3+
go 1.22
4+
5+
toolchain go1.22.4
46

57
require (
68
github.com/RoaringBitmap/roaring v1.2.3
79
github.com/golang/protobuf v1.5.4
810
github.com/gorilla/mux v1.8.1
911
github.com/longhorn/longhorn-engine v1.5.5
10-
github.com/longhorn/sparse-tools v0.0.0-20240427164751-a7b9f1b2c8a8
12+
github.com/longhorn/sparse-tools v0.0.0-20240513025352-ed49dd3f93eb
1113
github.com/pkg/errors v0.9.1
1214
github.com/sirupsen/logrus v1.9.3
1315
github.com/urfave/cli v1.22.15
@@ -19,19 +21,15 @@ require (
1921

2022
require (
2123
github.com/bits-and-blooms/bitset v1.2.0 // indirect
22-
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8 // indirect
2324
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
2425
github.com/felixge/httpsnoop v1.0.3 // indirect
25-
github.com/google/uuid v1.6.0 // indirect
2626
github.com/gorilla/handlers v1.5.2 // indirect
2727
github.com/kr/pretty v0.3.1 // indirect
2828
github.com/kr/text v0.2.0 // indirect
29-
github.com/longhorn/go-iscsi-helper v0.0.0-20240308033847-bc3aab599425 // indirect
3029
github.com/mschoch/smat v0.2.0 // indirect
3130
github.com/rogpeppe/go-internal v1.10.0 // indirect
3231
github.com/russross/blackfriday/v2 v2.1.0 // indirect
3332
golang.org/x/sys v0.18.0 // indirect
3433
golang.org/x/text v0.14.0 // indirect
35-
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
3634
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
3735
)

go.sum

+5-158
Large diffs are not rendered by default.

vendor/github.com/longhorn/sparse-tools/sparse/client.go

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/sparse-tools/sparse/file.go

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/sparse-tools/sparse/rest/handlers.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/sparse-tools/sparse/rest/router.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/sparse-tools/sparse/rest/server.go

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/sparse-tools/sparse/sfold.go

+2-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/longhorn/sparse-tools/sparse/sprune.go

+1-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+2-10
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ github.com/RoaringBitmap/roaring/internal
55
# github.com/bits-and-blooms/bitset v1.2.0
66
## explicit; go 1.14
77
github.com/bits-and-blooms/bitset
8-
# github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
9-
## explicit
108
# github.com/cpuguy83/go-md2man/v2 v2.0.4
119
## explicit; go 1.11
1210
github.com/cpuguy83/go-md2man/v2/md2man
@@ -17,8 +15,6 @@ github.com/felixge/httpsnoop
1715
## explicit; go 1.17
1816
github.com/golang/protobuf/proto
1917
github.com/golang/protobuf/ptypes/empty
20-
# github.com/google/uuid v1.6.0
21-
## explicit
2218
# github.com/gorilla/handlers v1.5.2
2319
## explicit; go 1.20
2420
github.com/gorilla/handlers
@@ -31,16 +27,14 @@ github.com/kr/pretty
3127
# github.com/kr/text v0.2.0
3228
## explicit
3329
github.com/kr/text
34-
# github.com/longhorn/go-iscsi-helper v0.0.0-20240308033847-bc3aab599425
35-
## explicit; go 1.21
3630
# github.com/longhorn/longhorn-engine v1.5.5
3731
## explicit; go 1.21
3832
github.com/longhorn/longhorn-engine/pkg/replica/client
3933
github.com/longhorn/longhorn-engine/pkg/types
4034
github.com/longhorn/longhorn-engine/pkg/util
4135
github.com/longhorn/longhorn-engine/proto/ptypes
42-
# github.com/longhorn/sparse-tools v0.0.0-20240427164751-a7b9f1b2c8a8
43-
## explicit; go 1.17
36+
# github.com/longhorn/sparse-tools v0.0.0-20240513025352-ed49dd3f93eb
37+
## explicit; go 1.22
4438
github.com/longhorn/sparse-tools/sparse
4539
github.com/longhorn/sparse-tools/sparse/rest
4640
github.com/longhorn/sparse-tools/types
@@ -82,8 +76,6 @@ golang.org/x/text/secure/bidirule
8276
golang.org/x/text/transform
8377
golang.org/x/text/unicode/bidi
8478
golang.org/x/text/unicode/norm
85-
# google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80
86-
## explicit; go 1.19
8779
# google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
8880
## explicit; go 1.19
8981
google.golang.org/genproto/googleapis/rpc/status

0 commit comments

Comments
 (0)