mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-18 09:36:28 -08:00
15 lines
477 B
Modula-2
15 lines
477 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.0
|
|
github.com/hashicorp/logutils v1.0.0
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
|
|
github.com/pebbe/zmq4 v1.2.6
|
|
github.com/zclconf/go-cty v1.8.3
|
|
golang.org/x/text v0.3.6 // indirect
|
|
)
|