-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathgo.mod
More file actions
38 lines (36 loc) · 1.71 KB
/
go.mod
File metadata and controls
38 lines (36 loc) · 1.71 KB
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
30
31
32
33
34
35
36
37
38
module github.com/steelx/go-rpg-cgm
go 1.13
require (
//github.com/bcvery1/tilepix v0.3.2
github.com/bykof/stateful v0.0.7 // indirect
github.com/faiface/beep v1.0.2
github.com/faiface/pixel v0.8.1-0.20190416082708-9aca3bfe7af3
github.com/fatih/structs v1.1.0
github.com/gdamore/tcell v1.3.0 // indirect
github.com/go-gl/glfw v0.0.0-20200222043503-6f7a984d4dc4 // indirect
github.com/go-gl/mathgl v0.0.0-20190713194549-592312d8590a // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/gopherjs/gopherjs v0.0.0-20191106031601-ce3c9ade29de // indirect
github.com/gopherjs/gopherwasm v1.1.0 // indirect
github.com/hajimehoshi/go-mp3 v0.2.1 // indirect
github.com/hajimehoshi/oto v0.5.4 // indirect
github.com/jfreymuth/oggvorbis v1.0.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/looplab/fsm v0.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/mewkiz/flac v1.0.6 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/steelx/tilepix v0.0.0-20200116134026-435012148c09
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
golang.org/x/exp v0.0.0-20200228211341-fcea875c7e85 // indirect
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
golang.org/x/mobile v0.0.0-20200222142934-3c8601c510d0 // indirect
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)