CardSimEngine/go.mod

12 lines
256 B
Modula-2
Raw Normal View History

2023-04-03 05:25:12 +00:00
module git.chromaticdragon.app/kistaro/CardSimEngine
go 1.20
2023-04-03 02:25:53 +00:00
2023-04-03 05:25:12 +00:00
require github.com/kr/pretty v0.3.1
2023-04-03 02:25:53 +00:00
require (
github.com/kr/text v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29
2023-04-03 02:25:53 +00:00
)