-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (27 loc) · 985 Bytes
/
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
31
module github.com/zrcoder/ndor
go 1.23.0
toolchain go1.23.7
require (
github.com/fogleman/gg v1.3.0
github.com/goplus/igop v0.40.0
github.com/maxence-charriere/go-app/v10 v10.1.3
github.com/yuin/goldmark v1.7.8
golang.org/x/image v0.25.0
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/goplus/gogen v1.17.2 // indirect
github.com/goplus/gop v1.4.0 // indirect
github.com/goplus/mod v0.16.0 // indirect
github.com/goplus/reflectx v1.4.0 // indirect
github.com/qiniu/x v1.13.19 // indirect
github.com/timandy/routine v1.1.4 // indirect
github.com/visualfc/funcval v0.1.4 // indirect
github.com/visualfc/gid v0.2.0 // indirect
github.com/visualfc/goembed v0.3.2 // indirect
github.com/visualfc/xtype v0.2.0 // indirect
golang.org/x/mod v0.20.0 // indirect
golang.org/x/tools v0.19.0 // indirect
)