-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
26 lines (24 loc) · 861 Bytes
/
go.mod
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
module github.com/circonus-labs/circonus-agent
require (
code.cloudfoundry.org/bytefmt v0.0.0-20211005130812-5bb3c17173e5
github.com/alecthomas/units v0.0.0-20211218093645-b94a6e3cc137
github.com/bi-zone/wmi v1.1.4
github.com/circonus-labs/circonus-gometrics/v3 v3.4.7
github.com/circonus-labs/go-apiclient v0.7.24
github.com/gojuno/minimock/v3 v3.3.6
github.com/google/uuid v1.6.0
github.com/hashicorp/go-retryablehttp v0.7.5
github.com/maier/go-appstats v0.2.0
github.com/openhistogram/circonusllhist v0.4.0
github.com/pelletier/go-toml v1.9.5
github.com/prometheus/client_model v0.5.0
github.com/prometheus/common v0.46.0
github.com/rs/zerolog v1.31.0
github.com/shirou/gopsutil/v3 v3.23.12
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
golang.org/x/sync v0.6.0
golang.org/x/sys v0.16.0
gopkg.in/yaml.v2 v2.4.0
)
go 1.16