Skip to content

Commit 954cd4f

Browse files
committed
go.mod
1 parent aa8caa7 commit 954cd4f

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
go.mod

go.mod

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
module GoFlappy
2+
3+
go 1.20
4+
5+
require (
6+
github.com/hajimehoshi/ebiten v1.12.12
7+
golang.org/x/image v0.8.0
8+
)
9+
10+
require (
11+
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
12+
github.com/hajimehoshi/go-mp3 v0.3.4 // indirect
13+
github.com/hajimehoshi/oto v1.0.1 // indirect
14+
golang.org/x/exp/shiny v0.0.0-20230522175609-2e198f4a06a1 // indirect
15+
golang.org/x/mobile v0.0.0-20230531173138-3c911d8e3eda // indirect
16+
golang.org/x/sys v0.9.0 // indirect
17+
golang.org/x/text v0.10.0 // indirect
18+
)

0 commit comments

Comments
 (0)