adding envs tagging/interpolation
This commit is contained in:
8
go.mod
8
go.mod
@@ -5,8 +5,14 @@ go 1.21
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
github.com/g0rbe/go-chattr v1.0.1
|
||||
github.com/google/uuid v1.6.0
|
||||
golang.org/x/sys v0.19.0
|
||||
r00t2.io/goutils v1.4.0
|
||||
r00t2.io/goutils v1.6.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect
|
||||
github.com/godbus/dbus v4.1.0+incompatible // indirect
|
||||
)
|
||||
|
||||
// Pending https://github.com/g0rbe/go-chattr/pull/3
|
||||
|
||||
Reference in New Issue
Block a user