gagent/go.mod

16 lines
490 B
Modula-2

module git.dragonheim.net/dragonheim/gagent
go 1.16
require (
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/zclconf/go-cty v1.8.3
golang.org/x/text v0.3.6 // indirect
)