-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (25 loc) · 913 Bytes
/
go.mod
File metadata and controls
28 lines (25 loc) · 913 Bytes
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
module github.com/coder/clistat
go 1.23.1
require (
cdr.dev/slog/v3 v3.0.0-rc1
github.com/elastic/go-sysinfo v1.15.1
github.com/hashicorp/go-multierror v1.1.1
github.com/spf13/afero v1.12.0
github.com/stretchr/testify v1.10.0
golang.org/x/sys v0.31.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
tailscale.com v1.80.3
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/elastic/go-windows v1.0.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/prometheus/procfs v0.15.1 // indirect
go.opentelemetry.io/otel v1.33.0 // indirect
go.opentelemetry.io/otel/trace v1.33.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
howett.net/plist v1.0.0 // indirect
)