blob: 1e000c36d469e1f13cbbb3de47845fa0f96f14ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
module github.com/majewsky/schwift
go 1.22
require (
github.com/gophercloud/gophercloud/v2 v2.0.0
github.com/gophercloud/utils/v2 v2.0.0-20240701101423-2401526caee5
github.com/jpillora/longestcommon v0.0.0-20161227235612-adb9d91ee629
)
require (
github.com/gofrs/uuid/v5 v5.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
|