You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dracli/go.mod

8 lines
189 B

module github.com/adamveld12/dracli
require (
github.com/basgys/goxml2json v1.1.0
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
golang.org/x/text v0.3.0 // indirect
)