-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
26 lines (23 loc) · 860 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
module github.com/sedyh/mizu
go 1.20
require (
github.com/hajimehoshi/ebiten/v2 v2.5.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.17.0
)
require (
github.com/ebitengine/purego v0.3.2 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/jezek/xgb v1.1.0 // indirect
github.com/nxadm/tail v1.4.8 // indirect
golang.org/x/exp/shiny v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/image v0.6.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/net v0.6.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)