-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgo.mod
More file actions
48 lines (45 loc) · 1.84 KB
/
go.mod
File metadata and controls
48 lines (45 loc) · 1.84 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
module github.com/sapcc/cyclone
go 1.26
require (
github.com/google/uuid v1.6.0
github.com/gophercloud/gophercloud/v2 v2.11.1
github.com/gophercloud/utils/v2 v2.0.0-20260107124036-1d7954eb9711
github.com/klauspost/compress v1.18.5
github.com/machinebox/progress v0.2.0
github.com/majewsky/gg v1.6.0
github.com/majewsky/schwift/v2 v2.0.0
github.com/sapcc/go-bits v0.0.0-20260410082200-20a228a480cb
github.com/sapcc/swift-http-import v0.0.0-20260409190454-312477b85b4a
github.com/spf13/cobra v1.10.2
github.com/spf13/viper v1.21.0
github.com/xhit/go-str2duration/v2 v2.1.0
golang.org/x/term v0.42.0
)
require (
github.com/cactus/go-statsd-client/v6 v6.0.0 // indirect
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
github.com/gofrs/uuid/v5 v5.4.0 // indirect
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629 // indirect
github.com/matryer/is v1.4.1 // indirect
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
github.com/sagikazarmark/locafero v0.11.0 // indirect
github.com/sapcc/go-api-declarations v1.21.0 // indirect
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
github.com/spf13/afero v1.15.0 // indirect
github.com/spf13/cast v1.10.0 // indirect
github.com/spf13/pflag v1.0.10 // indirect
github.com/subosito/gotenv v1.6.0 // indirect
github.com/ulikunitz/xz v0.5.15 // indirect
go.yaml.in/yaml/v3 v3.0.4 // indirect
golang.org/x/crypto v0.49.0 // indirect
golang.org/x/net v0.52.0 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/text v0.35.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
pault.ag/go/debian v0.19.0 // indirect
pault.ag/go/topsort v0.1.1 // indirect
)