test/go.mod

20 lines
631 B
Modula-2

module antoine-roux.ml/projects/go/test
go 1.15
require (
fortio.org/dnsping v1.1.4 // indirect
github.com/arl/statsviz v0.2.1
github.com/docker/docker-credential-helpers v0.6.3
github.com/hazelcast/hazelcast-go-client v0.6.0
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/miniscruff/changie v0.3.0 // indirect
github.com/pelletier/go-toml v1.2.0
github.com/relex/aini v1.2.1 // indirect
golang.org/x/sys v0.0.0-20201223074533-0d417f636930 // indirect
golang.org/x/text v0.3.4 // indirect
)
replace antoine-roux.ml/projects/go/test/employee => ./employee