-
-
Notifications
You must be signed in to change notification settings - Fork 455
Expand file tree
/
Copy pathgo.mod
More file actions
54 lines (51 loc) · 2.08 KB
/
Copy pathgo.mod
File metadata and controls
54 lines (51 loc) · 2.08 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/SimonWaldherr/golang-examples
go 1.26.4
require (
github.com/SimonWaldherr/ColorConverterGo v0.0.0-20220930150818-c613b076b63e
github.com/antchfx/xmlquery v1.5.1
github.com/antchfx/xpath v1.3.6
github.com/glenn-brown/golang-pkg-pcre v0.0.0-20120522223659-48bb82a8b8ce
github.com/hajimehoshi/ebiten/v2 v2.9.9
github.com/mattn/go-sqlite3 v1.14.47
github.com/robfig/cron v1.2.0
github.com/ryboe/q v1.0.26
github.com/senseyeio/spaniel v1.0.0
github.com/smartystreets/goconvey v1.8.1
github.com/ulule/limiter v2.2.2+incompatible
go-hep.org/x/hep v0.40.0
gocv.io/x/gocv v0.43.0
golang.org/x/crypto v0.53.0
golang.org/x/exp v0.0.0-20260611194520-c48552f49976
golang.org/x/net v0.56.0
gonum.org/v1/gonum v0.17.0
gonum.org/v1/plot v0.17.0
simonwaldherr.de/go/golibs v0.18.0
simonwaldherr.de/go/gwv v0.8.1
simonwaldherr.de/go/micromarkdownGo v0.0.0-20141004173027-630cbedab994
)
require (
codeberg.org/go-fonts/liberation v0.6.0 // indirect
codeberg.org/go-latex/latex v0.3.0 // indirect
codeberg.org/go-pdf/fpdf v0.12.0 // indirect
codeberg.org/gonuts/binary v0.4.0 // indirect
git.sr.ht/~sbinet/gg v0.8.0 // indirect
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
github.com/ebitengine/gomobile v0.0.0-20260211053922-3d992dae95d1 // indirect
github.com/ebitengine/hideconsole v1.0.0 // indirect
github.com/ebitengine/purego v0.10.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jezek/xgb v1.3.1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.15.0 // indirect
github.com/smarty/assertions v1.15.0 // indirect
golang.org/x/image v0.43.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/text v0.38.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)