-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (21 loc) · 955 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
module github.com/shamanr/battle_citty
go 1.17
require (
github.com/beefsack/go-astar v0.0.0-20200827232313-4ecf9e304482
github.com/faiface/beep v1.0.2
github.com/faiface/pixel v0.10.0
github.com/pkg/errors v0.8.1
golang.org/x/image v0.0.0-20200801110659-972c09e46d76
)
require (
github.com/faiface/glhf v0.0.0-20181018222622-82a6317ac380 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200707082815-5321531c36a2 // indirect
github.com/go-gl/mathgl v0.0.0-20190416160123-c4601bc793c7 // indirect
github.com/hajimehoshi/go-mp3 v0.1.1 // indirect
github.com/hajimehoshi/oto v0.6.4 // indirect
golang.org/x/exp v0.0.0-20200821190819-94841d0725da // indirect
golang.org/x/mobile v0.0.0-20200801112145-973feb4309de // indirect
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
)