mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 03:46:27 -08:00
43 lines
1.6 KiB
Modula-2
43 lines
1.6 KiB
Modula-2
module github.com/dragonheim/gagent
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/Showmax/go-fqdn v1.0.0
|
|
github.com/aviddiviner/docopt-go v0.0.0-20170807220726-d8a1d67efc6a
|
|
github.com/caarlos0/env/v6 v6.10.1
|
|
github.com/carlmjohnson/versioninfo v0.22.5
|
|
github.com/hashicorp/hcl/v2 v2.22.0
|
|
github.com/hashicorp/logutils v1.0.0
|
|
github.com/jakehl/goid v1.1.0
|
|
github.com/pebbe/zmq4 v1.2.11
|
|
github.com/prometheus/client_golang v1.20.3
|
|
github.com/slayer/autorestart v0.0.0-20170706172547-5ebd91f955ae
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/zclconf/go-cty v1.15.0
|
|
)
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
github.com/prometheus/common v0.59.1 // indirect
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
golang.org/x/mod v0.21.0 // indirect
|
|
golang.org/x/sync v0.8.0 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
golang.org/x/text v0.18.0 // indirect
|
|
golang.org/x/tools v0.24.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|