dice-roller/go.mod

11 lines
276 B
Modula-2
Raw Permalink Normal View History

2021-08-23 23:23:06 +02:00
module gitlab.com/EternalWanderer/dice-roller
2021-08-23 18:53:20 +02:00
go 1.17
2022-08-22 17:44:16 +02:00
require (
github.com/fatih/color v1.13.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.16 // indirect
golang.org/x/sys v0.0.0-20220818161305-2296e01440c6 // indirect
)