Update go.mod
This commit is contained in:
parent
976610b1bb
commit
3ca17d8881
9
go.mod
9
go.mod
@ -2,6 +2,11 @@ module git.chromaticdragon.app/kistaro/KoboldSim
|
|||||||
|
|
||||||
go 1.20
|
go 1.20
|
||||||
|
|
||||||
require git.chromaticdragon.app/kistaro/CardSimEngine v0.3.0
|
require git.chromaticdragon.app/kistaro/CardSimEngine v0.5.0
|
||||||
|
|
||||||
require golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
|
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
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user