mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2024-11-28 21:03:51 +01:00
11 lines
276 B
Modula-2
11 lines
276 B
Modula-2
module gitlab.com/EternalWanderer/dice-roller
|
|
|
|
go 1.17
|
|
|
|
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
|
|
)
|