Skip to content

Commit 4fe740e

Browse files
FrankYang0529derekbit
authored andcommitted
feat: add longhorn/types
Signed-off-by: PoAn Yang <[email protected]>
1 parent a10aaed commit 4fe740e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+13653
-7684
lines changed

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ require (
66
github.com/RoaringBitmap/roaring v1.9.3
77
github.com/golang/protobuf v1.5.4
88
github.com/gorilla/mux v1.8.1
9-
github.com/longhorn/backupstore v0.0.0-20240219094812-3a87ee02df77
10-
github.com/longhorn/longhorn-engine v1.6.0-dev-20231217.0.20231226052201-1c1b8312a30d
9+
github.com/longhorn/backupstore v0.0.0-20240417071544-3bd377eeefeb
10+
github.com/longhorn/longhorn-engine v1.6.0-dev-20231217.0.20240418025706-519598108463
1111
github.com/longhorn/sparse-tools v0.0.0-20240228120902-ce8c4c2e71ca
12+
github.com/longhorn/types v0.0.0-20240417064442-e7df610ea802
1213
github.com/pkg/errors v0.9.1
1314
github.com/rancher/go-fibmap v0.0.0-20160418233256-5fc9f8c1ed47
1415
github.com/sirupsen/logrus v1.9.3
@@ -28,12 +29,12 @@ require (
2829
github.com/bits-and-blooms/bitset v1.12.0 // indirect
2930
github.com/cespare/xxhash/v2 v2.2.0 // indirect
3031
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
31-
github.com/felixge/httpsnoop v1.0.1 // indirect
32+
github.com/felixge/httpsnoop v1.0.3 // indirect
3233
github.com/gammazero/deque v0.2.1 // indirect
3334
github.com/gammazero/workerpool v1.1.3 // indirect
34-
github.com/go-logr/logr v1.2.4 // indirect
35+
github.com/go-logr/logr v1.3.0 // indirect
3536
github.com/google/uuid v1.6.0 // indirect
36-
github.com/gorilla/handlers v1.5.1 // indirect
37+
github.com/gorilla/handlers v1.5.2 // indirect
3738
github.com/jmespath/go-jmespath v0.3.0 // indirect
3839
github.com/kr/pretty v0.3.1 // indirect
3940
github.com/kr/text v0.2.0 // indirect
@@ -45,16 +46,15 @@ require (
4546
github.com/prometheus/client_model v0.3.0 // indirect
4647
github.com/prometheus/common v0.42.0 // indirect
4748
github.com/prometheus/procfs v0.9.0 // indirect
48-
github.com/rogpeppe/go-internal v1.9.0 // indirect
49+
github.com/rogpeppe/go-internal v1.10.0 // indirect
4950
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5051
github.com/slok/goresilience v0.2.0 // indirect
51-
github.com/stretchr/testify v1.8.4 // indirect
5252
go.uber.org/multierr v1.11.0 // indirect
5353
golang.org/x/sys v0.19.0 // indirect
5454
golang.org/x/text v0.14.0 // indirect
5555
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de // indirect
5656
k8s.io/apimachinery v0.27.1 // indirect
57-
k8s.io/klog/v2 v2.100.1 // indirect
58-
k8s.io/mount-utils v0.27.1 // indirect
59-
k8s.io/utils v0.0.0-20230406110748-d93618cff8a2 // indirect
57+
k8s.io/klog/v2 v2.110.1 // indirect
58+
k8s.io/mount-utils v0.29.3 // indirect
59+
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
6060
)

go.sum

+22-87
Large diffs are not rendered by default.

vendor/github.com/felixge/httpsnoop/README.md

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

vendor/github.com/felixge/httpsnoop/capture_metrics.go

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

0 commit comments

Comments
 (0)