forked from rexray/rexray
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
105 lines (94 loc) · 4.82 KB
/
go.mod
File metadata and controls
105 lines (94 loc) · 4.82 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
module github.com/rexray/rexray
go 1.22.0
toolchain go1.23.1
require (
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
github.com/Azure/go-autorest v7.2.5+incompatible
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
github.com/akutz/gofig v0.1.9
github.com/akutz/golf v0.1.3
github.com/akutz/goof v0.1.2
github.com/akutz/gotil v0.1.0
github.com/akutz/gournal v0.5.0
github.com/appropriate/go-virtualboxclient v0.0.0-00010101000000-000000000000
github.com/aws/aws-sdk-go v1.55.5
github.com/cesanta/ucl v0.0.0-20150604132806-97c016fce90e
github.com/cesanta/validate-json v0.0.0-20150603122804-2f16017c76fc
github.com/digitalocean/godo v1.2.0
github.com/docker/go-plugins-helpers v0.0.0-20170817192157-a9ef19c479cb
github.com/gophercloud/gophercloud v0.0.0-20170916161221-b4c2377fa779
github.com/gorilla/context v0.0.0-20160226214623-1ea25387ff6f
github.com/gorilla/mux v1.4.0
github.com/jteeuwen/go-bindata v0.0.0-00010101000000-000000000000
github.com/onsi/ginkgo v1.4.0
github.com/onsi/gomega v1.36.2
github.com/rubiojr/go-vhd v0.0.0-00010101000000-000000000000
github.com/sirupsen/logrus v0.0.0-00010101000000-000000000000
github.com/soheilhy/cmux v0.1.3
github.com/spf13/cobra v0.0.0-20170905172051-b78744579491
github.com/spf13/pflag v1.0.1-0.20170901120850-7aff26db30c1
github.com/stretchr/testify v1.1.5-0.20170809224252-890a5c3458b4
github.com/thecodeteam/csi-blockdevices v0.1.1-0.20171027052650-70757e2170eb
github.com/thecodeteam/csi-nfs v0.1.1-0.20171027052018-d2e5dceda9b1
github.com/thecodeteam/csi-vfs v0.2.0
github.com/thecodeteam/gocsi v0.1.1-0.20171026153342-83f15105815b
github.com/thecodeteam/goioc v0.2.0
github.com/thecodeteam/goisilon v1.7.0
github.com/thecodeteam/goscaleio v0.1.1-0.20171027002729-35ca2e98889a
golang.org/x/crypto v0.31.0
golang.org/x/net v0.33.0
golang.org/x/oauth2 v0.0.0-20170901193052-d89af98d7c6b
google.golang.org/api v0.0.0-20170906000354-38eaa396bab4
google.golang.org/grpc v1.6.0
gopkg.in/yaml.v2 v2.2.8
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
cloud.google.com/go v0.12.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Microsoft/go-winio v0.4.5 // indirect
github.com/asaskevich/govalidator v0.0.0-20170425121227-4918b99a7cb9 // indirect
github.com/coreos/go-systemd v0.0.0-20170731111925-d21964639418 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/dgrijalva/jwt-go v3.0.0+incompatible // indirect
github.com/docker/go-connections v0.3.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.4.2 // indirect
github.com/golang/protobuf v0.0.0-20170902000452-17ce1425424a // indirect
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/hashicorp/hcl v0.0.0-20170825171336-8f6b1344a92f // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kardianos/osext v0.0.0-20170510131534-ae77be60afb1 // indirect
github.com/magiconair/properties v1.7.3 // indirect
github.com/mitchellh/mapstructure v0.0.0-20170523030023-d0303fe80992 // indirect
github.com/pelletier/go-buffruneio v0.2.0 // indirect
github.com/pelletier/go-toml v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/afero v0.0.0-20170901052352-ee1bd8ee15a1 // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/jwalterweatherman v0.0.0-20170901151539-12bd96e66386 // indirect
github.com/spf13/viper v1.0.0 // indirect
github.com/tent/http-link-go v0.0.0-20130702225549-ac974c61c2f9 // indirect
golang.org/x/sync v0.10.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
google.golang.org/appengine v1.0.0 // indirect
google.golang.org/genproto v0.0.0-20170904050139-595979c8a7bf // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)
// pin the same version that was used prior to the `go mod` migration:
replace golang.org/x/sys => golang.org/x/sys v0.0.0-20170906000021-9aade4d3a3b7
replace github.com/jteeuwen/go-bindata => github.com/akutz/go-bindata v3.0.8-0.20160412065030-1dd44b25b79c+incompatible
replace github.com/sirupsen/logrus => github.com/akutz/logrus v0.8.7-0.20170830210741-d842de504ca8
replace gopkg.in/yaml.v2 => github.com/akutz/yaml v0.0.0-20160725221316-bc35f417f8a7
replace github.com/appropriate/go-virtualboxclient => github.com/clintonskitson/go-virtualboxclient v0.0.0-20151220033032-e0978ab2ed40
replace github.com/rubiojr/go-vhd => github.com/codenrhoden/go-vhd v0.0.0-20170208185941-96a0db67ea82