11 lines
203 B
Modula-2
11 lines
203 B
Modula-2
module git.chromaticdragon.app/kistaro/CardSimEngine
|
|
|
|
go 1.20
|
|
|
|
require github.com/kr/pretty v0.3.1
|
|
|
|
require (
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
)
|