mirror of
https://github.com/dragonheim/gagent.git
synced 2025-02-23 05:49:53 -08:00
18 lines
591 B
Modula-2
18 lines
591 B
Modula-2
module git.dragonheim.net/dragonheim/gagent
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Showmax/go-fqdn v1.0.0
|
|
github.com/agext/levenshtein v1.2.3 // indirect
|
|
github.com/aviddiviner/docopt-go v0.0.0-20170807220726-d8a1d67efc6a
|
|
github.com/hashicorp/hcl/v2 v2.10.1
|
|
github.com/hashicorp/logutils v1.0.0
|
|
github.com/jakehl/goid v1.1.0
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/pebbe/zmq4 v1.2.7
|
|
github.com/prometheus/client_golang v1.11.0
|
|
github.com/slayer/autorestart v0.0.0-20170706172704-7bc8d250279b
|
|
github.com/zclconf/go-cty v1.9.1
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|