Skip to content

Commit

Permalink
fix(deps): update patch digest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 7, 2024
1 parent 85d473d commit 0212048
Show file tree
Hide file tree
Showing 27 changed files with 134 additions and 1,216 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
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/backupstore v0.0.0-20240427164602-c8721e8ea31a
github.com/longhorn/backupstore v0.0.0-20240603134532-5ec9a300bef4
github.com/longhorn/longhorn-engine v1.6.1
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/rancher/go-fibmap v0.0.0-20160418233256-5fc9f8c1ed47
github.com/sirupsen/logrus v1.9.3
Expand Down Expand Up @@ -48,8 +50,6 @@ require (
github.com/rogpeppe/go-internal v1.10.0 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/slok/goresilience v0.2.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 // indirect
Expand Down
93 changes: 7 additions & 86 deletions go.sum

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions vendor/github.com/longhorn/backupstore/.drone.yml

This file was deleted.

2 changes: 1 addition & 1 deletion vendor/github.com/longhorn/backupstore/Dockerfile.dapper

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.

12 changes: 2 additions & 10 deletions vendor/github.com/longhorn/backupstore/deltablock.go

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

24 changes: 6 additions & 18 deletions vendor/github.com/longhorn/backupstore/s3/s3.go

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

50 changes: 37 additions & 13 deletions vendor/github.com/longhorn/backupstore/s3/s3_service.go

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

57 changes: 57 additions & 0 deletions vendor/github.com/longhorn/backupstore/util.go

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

Loading

0 comments on commit 0212048

Please sign in to comment.