forked from mmp/vice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
53 lines (50 loc) · 2.31 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module github.com/mmp/vice
go 1.23
require (
github.com/MichaelTJones/pcg v0.0.0-20180122055547-df440c6ed7ed
github.com/apenwarr/fixconsole v0.0.0-20191012055117-5a9f6489cc29
github.com/brunoga/deep v1.2.3
github.com/checkandmate1/AirportWeatherData v1.11.0
github.com/davecgh/go-spew v1.1.1
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/gocolly/colly/v2 v2.1.0
github.com/hugolgst/rich-go v0.0.0-20230917173849-4a4fb1d3c362
github.com/iancoleman/orderedmap v0.3.0
github.com/klauspost/compress v1.15.9
github.com/mmp/IconFontCppHeaders v0.0.0-20220907145128-86cc7607b455
github.com/mmp/earcut-go v0.0.0-20230128161750-16b51f1632c6
github.com/mmp/imgui-go/v4 v4.0.0-20220911181801-968a517f674f
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/tosone/minimp3 v1.0.2
github.com/veandco/go-sdl2 v0.5.0-alpha.3.0.20220913133553-3c4862273074
golang.org/x/exp v0.0.0-20231127185646-65229373498e
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/PuerkitoBio/goquery v1.8.1 // indirect
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/antchfx/htmlquery v1.3.0 // indirect
github.com/antchfx/xmlquery v1.3.18 // indirect
github.com/antchfx/xpath v1.2.5 // indirect
github.com/apenwarr/w32 v0.0.0-20190407065021-aa00fece76ab // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/gobwas/glob v0.2.3 // indirect
github.com/gocolly/colly v1.2.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/inkyblackness/imgui-go/v4 v4.5.0 // indirect
github.com/kennygrant/sanitize v1.2.4 // indirect
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/appengine v1.6.8 // indirect
google.golang.org/protobuf v1.32.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)