-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 685 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/cbott/GoEmulate
go 1.18
require (
github.com/gopxl/pixel/v2 v2.1.0
github.com/hajimehoshi/oto v1.0.1
)
require (
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231124074035-2de0cf0c80af // indirect
github.com/go-gl/mathgl v1.1.0 // indirect
github.com/gopxl/glhf/v2 v2.0.0 // indirect
github.com/gopxl/mainthread/v2 v2.0.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp/shiny v0.0.0-20231127185646-65229373498e // indirect
golang.org/x/image v0.14.0 // indirect
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a // indirect
golang.org/x/sys v0.15.0 // indirect
)