forked from longhorn/longhorn-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.34 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/longhorn/longhorn-engine
go 1.13
require (
github.com/c9s/goprocinfo v0.0.0-20190309065803-0b2ad9ac246b // indirect
github.com/docker/go-units v0.3.3
github.com/fatih/color v1.7.0 // indirect
github.com/golang/protobuf v1.3.3-0.20190920234318-1680a479a2cf
github.com/google/uuid v1.3.0
github.com/gorilla/context v1.1.1 // indirect
github.com/gorilla/handlers v1.4.2
github.com/gorilla/mux v1.7.3
github.com/gorilla/websocket v1.4.2 // indirect
github.com/longhorn/backupstore v0.0.0-20211109055147-56ddc538b859
github.com/longhorn/go-iscsi-helper v0.0.0-20210330030558-49a327fb024e
github.com/longhorn/sparse-tools v0.0.0-20220323120706-0bd9b4129826
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-runewidth v0.0.5-0.20181218000649-703b5e6b11ae // indirect
github.com/moby/moby v1.11.1
github.com/pkg/errors v0.9.1
github.com/rancher/go-fibmap v0.0.0-20160418233256-5fc9f8c1ed47
github.com/rancher/go-rancher v0.1.1-0.20190307222549-9756097e5e4c
github.com/sirupsen/logrus v1.8.1
github.com/urfave/cli v1.22.1
golang.org/x/net v0.0.0-20200202094626-16171245cfb2
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
google.golang.org/grpc v1.21.0
gopkg.in/check.v1 v1.0.0-20160105164936-4f90aeace3a2
gopkg.in/cheggaaa/pb.v1 v1.0.28 // indirect
gopkg.in/cheggaaa/pb.v2 v2.0.0-20190301131520-f907f6f5dd81
)