CardSimEngine/go.mod

10 lines
175 B
Modula-2
Raw Normal View History

module cardSimEngine
go 1.20
2023-04-03 02:25:53 +00:00
require (
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
)