go_conf/go.mod

12 lines
310 B
Modula-2
Raw Normal View History

2021-07-04 03:46:17 -04:00
module r00t2.io/conf
go 1.16
require (
github.com/lestrrat-go/libxml2 v0.0.0-20201123224832-e6d9de61b80d
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.7.0 // indirect
gopkg.in/xmlpath.v1 v1.0.0-20140413065638-a146725ea6e7 // indirect
r00t2.io/sysutils v0.0.0-20210427083717-fbf1049fd285
)