-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 794 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/xSaCh/intcode
go 1.22.4
require (
github.com/AllenDang/cimgui-go v0.0.0-20240711055741-4b4d3ac1ee30 // indirect
github.com/AllenDang/giu v0.8.1 // indirect
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // 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/sahilm/fuzzy v0.1.1 // indirect
golang.design/x/hotkey v0.4.1 // indirect
golang.design/x/mainthread v0.3.0 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
)