-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
29 lines (25 loc) · 884 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
module github.com/3elDU/bamboo
go 1.18
require (
github.com/MakeNowJust/heredoc v1.0.0
github.com/aquilax/go-perlin v1.1.0
github.com/hajimehoshi/ebiten/v2 v2.5.3
github.com/pkg/profile v1.7.0
github.com/teacat/noire v1.1.0
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
)
require (
github.com/felixge/fgprof v0.9.3 // indirect
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
golang.org/x/image v0.7.0 // indirect
golang.org/x/sync v0.1.0 // indirect
)
require (
github.com/ebitengine/purego v0.3.2 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/google/uuid v1.3.0
github.com/jezek/xgb v1.1.0 // indirect
golang.org/x/exp/shiny v0.0.0-20230425010034-47ecfdc1ba53 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/sys v0.7.0 // indirect
)