-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
30 lines (27 loc) · 1.14 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/jonpchin/gochess
go 1.17
require (
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
github.com/disintegration/imaging v1.6.2
github.com/go-ini/ini v1.66.2
github.com/go-sql-driver/mysql v1.6.0
github.com/google/go-github v17.0.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/jonpchin/archiver v0.0.0-20190429025433-87e6377e2bb4
github.com/jonpchin/chess v0.0.0-20190711041408-906a36ecb8f4
github.com/notnil/chess v1.7.0
github.com/robfig/cron v1.2.0
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f
gopkg.in/freeeve/pgn.v1 v1.0.1
)
require (
github.com/dsnet/compress v0.0.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/malbrecht/chess v0.0.0-20190911134141-3465f589170a // indirect
github.com/nwaples/rardecode v1.1.2 // indirect
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
)