git » gofer » main » tree

[main] / 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.16.0
	gopkg.in/yaml.v3 v3.0.1
)

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