mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 09:36:28 -08:00
34 lines
1.2 KiB
Modula-2
34 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.15.0
|
|
github.com/hashicorp/logutils v1.0.0
|
|
github.com/jakehl/goid v1.1.0
|
|
github.com/pebbe/zmq4 v1.2.8
|
|
github.com/prometheus/client_golang v1.12.1
|
|
github.com/slayer/autorestart v0.0.0-20170706172547-5ebd91f955ae
|
|
github.com/zclconf/go-cty v1.12.1
|
|
)
|
|
|
|
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.1.2 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
github.com/kr/pretty v0.2.0 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
github.com/prometheus/common v0.33.0 // indirect
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
google.golang.org/protobuf v1.28.0 // indirect
|
|
)
|