File: go.mod

package info (click to toggle)
golang-github-linbit-golinstor 0.58.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 472 kB
  • sloc: makefile: 11
file content (23 lines) | stat: -rw-r--r-- 584 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/LINBIT/golinstor

go 1.23.0

toolchain go1.24.4

require (
	github.com/BurntSushi/toml v1.5.0
	github.com/donovanhide/eventsource v0.0.0-20210830082556-c59027999da0
	github.com/google/go-querystring v1.1.0
	github.com/sirupsen/logrus v1.9.3
	github.com/stretchr/testify v1.11.1
	golang.org/x/time v0.12.0
	moul.io/http2curl/v2 v2.3.0
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/google/go-cmp v0.5.9 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
	gopkg.in/yaml.v3 v3.0.1 // indirect
)