2023-04-03 05:30:52 +00:00
|
|
|
module git.chromaticdragon.app/kistaro/KoboldSim
|
|
|
|
|
|
|
|
go 1.20
|
2023-04-03 06:24:47 +00:00
|
|
|
|
2023-04-19 18:37:48 +00:00
|
|
|
require git.chromaticdragon.app/kistaro/CardSimEngine v0.5.0
|
2023-04-04 20:22:43 +00:00
|
|
|
|
2023-04-19 18:37:48 +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
|
|
|
|
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
|
|
|
)
|