2024-09-18 13:52:40 +00:00
|
|
|
module github.com/ekzyis/chessbot
|
2024-09-18 01:15:24 +00:00
|
|
|
|
|
|
|
go 1.23.0
|
|
|
|
|
2024-09-18 02:33:58 +00:00
|
|
|
require (
|
2024-10-16 02:59:57 +00:00
|
|
|
github.com/ekzyis/snappy v0.6.2
|
2024-09-23 00:55:55 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.23
|
2024-09-18 02:33:58 +00:00
|
|
|
github.com/stretchr/testify v1.9.0
|
|
|
|
golang.org/x/image v0.20.0
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2024-10-19 16:59:41 +00:00
|
|
|
golang.org/x/text v0.18.0 // indirect
|
2024-09-23 00:55:55 +00:00
|
|
|
gopkg.in/guregu/null.v4 v4.0.0 // indirect
|
2024-09-18 02:33:58 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|