-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 541 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 541 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/mensfeld/code-on-incus
go 1.24.4
require (
github.com/BurntSushi/toml v1.6.0
github.com/coreos/go-systemd/v22 v22.7.0
github.com/google/uuid v1.6.0
github.com/miekg/dns v1.1.72
github.com/spf13/cobra v1.10.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect
golang.org/x/sync v0.19.0 // indirect
golang.org/x/sys v0.39.0 // indirect
golang.org/x/tools v0.40.0 // indirect
)