we're a module now
This commit is contained in:
11
go.mod
Normal file
11
go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user