git » gofer » master » tree

[master] / go.mod

module blitiri.com.ar/go/gofer

go 1.18

require (
	blitiri.com.ar/go/log v1.1.0
	blitiri.com.ar/go/systemd v1.1.0
	github.com/google/go-cmp v0.4.1
	golang.org/x/crypto v0.6.0
	gopkg.in/yaml.v3 v3.0.1
)

require (
	golang.org/x/net v0.7.0 // indirect
	golang.org/x/text v0.7.0 // indirect
)