This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
39 lines (34 loc) · 1.68 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
36
37
38
39
module github.com/TheGreaterHeptavirate/motorola
go 1.18
require (
github.com/AllenDang/giu v0.6.3-0.20221213134548-da051513855e
github.com/AllenDang/imgui-go v1.12.1-0.20221124025851-59b862ca5a0c
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
github.com/gucio321/giu-animations/v2 v2.0.0
github.com/kluctl/go-embed-python v0.0.0-3.10.9-20230206-2
github.com/kpango/glg v1.6.15
github.com/sqweek/dialog v0.0.0-20220809060634-e981b270ebbf
github.com/stretchr/testify v1.8.4
golang.org/x/image v0.7.0
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/kpango/fastime v1.1.9 // indirect
github.com/mazznoer/csscolorparser v0.1.3 // indirect
github.com/napsy/go-css v0.0.0-20221107082635-4ed403047a64 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
replace github.com/allendang/giu => github.com/TheGreaterHeptavirate/giu v0.0.0-20230216095733-f4ec2dda1b79
replace github.com/AllenDang/giu => github.com/TheGreaterHeptavirate/giu v0.0.0-20230217091837-ccce481d8d3e