-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
35 lines (31 loc) · 1.22 KB
/
go.mod
File metadata and controls
35 lines (31 loc) · 1.22 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
module github.com/vxcontrol/cloud
go 1.24.0
require (
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
github.com/go-ole/go-ole v1.3.0
github.com/go-playground/validator/v10 v10.26.0
github.com/google/uuid v1.6.0
github.com/sirupsen/logrus v1.9.3
github.com/wasilibs/go-re2 v1.10.0
golang.org/x/crypto v0.40.0
golang.org/x/net v0.42.0
golang.org/x/sys v0.34.0
gopkg.in/yaml.v3 v3.0.1
)
// test dependencies
require github.com/stretchr/testify v1.11.0
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/google/go-cmp v0.7.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/leodido/go-urn v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
github.com/tetratelabs/wazero v1.9.0 // indirect
github.com/wasilibs/wazero-helpers v0.0.0-20240620070341-3dff1577cd52 // indirect
golang.org/x/text v0.27.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)