-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
35 lines (30 loc) · 1.44 KB
/
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
30
31
32
33
34
35
module Rule110Calculator
go 1.17
replace github.com/dusk125/pixelui v0.1.0 => /home/mo0nbase/GolandProjects/pixelui
replace github.com/inkyblackness/imgui-go v1.12.0 => /home/mo0nbase/replacement/imgui-go
require (
github.com/dusk125/pixelui v0.1.0
github.com/dusk125/pixelutils v1.0.0
github.com/faiface/pixel v0.11.0-beta
github.com/inkyblackness/imgui-go v1.12.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/schollz/progressbar/v3 v3.8.3
golang.org/x/image v0.0.0-20210607152325-775e3b0c77b9
)
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-20200222043503-6f7a984d4dc4 // indirect
github.com/go-gl/mathgl v0.0.0-20190416160123-c4601bc793c7 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pzsz/voronoi v0.0.0-20130609164533-4314be88c79f // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20211025112917-711f33c9992c // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)