Skip to content

Commit

Permalink
fix(deps): update github.com/longhorn/sparse-tools digest to ed49dd3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jun 17, 2024
1 parent eeca155 commit 83d8e14
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 192 deletions.
10 changes: 4 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
module github.com/longhorn/backing-image-manager

go 1.21
go 1.22

toolchain go1.22.4

require (
github.com/RoaringBitmap/roaring v1.2.3
github.com/golang/protobuf v1.5.4
github.com/gorilla/mux v1.8.1
github.com/longhorn/longhorn-engine v1.5.5
github.com/longhorn/sparse-tools v0.0.0-20240427164751-a7b9f1b2c8a8
github.com/longhorn/sparse-tools v0.0.0-20240513025352-ed49dd3f93eb
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.3
github.com/urfave/cli v1.22.15
Expand All @@ -19,19 +21,15 @@ require (

require (
github.com/bits-and-blooms/bitset v1.2.0 // indirect
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/felixge/httpsnoop v1.0.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/handlers v1.5.2 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/longhorn/go-iscsi-helper v0.0.0-20240308033847-bc3aab599425 // indirect
github.com/mschoch/smat v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
)
163 changes: 5 additions & 158 deletions go.sum

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions vendor/github.com/longhorn/sparse-tools/sparse/client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion vendor/github.com/longhorn/sparse-tools/sparse/file.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/github.com/longhorn/sparse-tools/sparse/rest/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions vendor/github.com/longhorn/sparse-tools/sparse/sfold.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions vendor/github.com/longhorn/sparse-tools/sparse/sprune.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 2 additions & 10 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ github.com/RoaringBitmap/roaring/internal
# github.com/bits-and-blooms/bitset v1.2.0
## explicit; go 1.14
github.com/bits-and-blooms/bitset
# github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
## explicit
# github.com/cpuguy83/go-md2man/v2 v2.0.4
## explicit; go 1.11
github.com/cpuguy83/go-md2man/v2/md2man
Expand All @@ -17,8 +15,6 @@ github.com/felixge/httpsnoop
## explicit; go 1.17
github.com/golang/protobuf/proto
github.com/golang/protobuf/ptypes/empty
# github.com/google/uuid v1.6.0
## explicit
# github.com/gorilla/handlers v1.5.2
## explicit; go 1.20
github.com/gorilla/handlers
Expand All @@ -31,16 +27,14 @@ github.com/kr/pretty
# github.com/kr/text v0.2.0
## explicit
github.com/kr/text
# github.com/longhorn/go-iscsi-helper v0.0.0-20240308033847-bc3aab599425
## explicit; go 1.21
# github.com/longhorn/longhorn-engine v1.5.5
## explicit; go 1.21
github.com/longhorn/longhorn-engine/pkg/replica/client
github.com/longhorn/longhorn-engine/pkg/types
github.com/longhorn/longhorn-engine/pkg/util
github.com/longhorn/longhorn-engine/proto/ptypes
# github.com/longhorn/sparse-tools v0.0.0-20240427164751-a7b9f1b2c8a8
## explicit; go 1.17
# github.com/longhorn/sparse-tools v0.0.0-20240513025352-ed49dd3f93eb
## explicit; go 1.22
github.com/longhorn/sparse-tools/sparse
github.com/longhorn/sparse-tools/sparse/rest
github.com/longhorn/sparse-tools/types
Expand Down Expand Up @@ -82,8 +76,6 @@ golang.org/x/text/secure/bidirule
golang.org/x/text/transform
golang.org/x/text/unicode/bidi
golang.org/x/text/unicode/norm
# google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80
## explicit; go 1.19
# google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
## explicit; go 1.19
google.golang.org/genproto/googleapis/rpc/status
Expand Down

0 comments on commit 83d8e14

Please sign in to comment.