mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 09:36:28 -08:00
35 lines
1.2 KiB
Modula-2
35 lines
1.2 KiB
Modula-2
module github.com/dragonheim/gagent
|
|
|
|
go 1.18
|
|
|
|
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/hashicorp/hcl/v2 v2.16.2
|
|
github.com/hashicorp/logutils v1.0.0
|
|
github.com/jakehl/goid v1.1.0
|
|
github.com/pebbe/zmq4 v1.2.9
|
|
github.com/prometheus/client_golang v1.14.0
|
|
github.com/slayer/autorestart v0.0.0-20170706172547-5ebd91f955ae
|
|
github.com/zclconf/go-cty v1.13.0
|
|
)
|
|
|
|
require (
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.3.0 // indirect
|
|
github.com/prometheus/common v0.42.0 // indirect
|
|
github.com/prometheus/procfs v0.9.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
google.golang.org/protobuf v1.29.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|