forked from sevenc-nanashi/pjsekai-overlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (22 loc) · 775 Bytes
/
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
module github.com/sevenc-nanashi/pjsekai-overlay
go 1.20
replace github.com/sevenc-nanashi/pjsekai-overlay => ./
require (
github.com/lithammer/dedent v1.1.0
golang.org/x/text v0.8.0
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/cabbie v1.0.2 // indirect
github.com/google/glazier v0.0.0-20211029225403-9f766cca891d // indirect
github.com/scjalliance/comshim v0.0.0-20190308082608-cf06d2532c4e // indirect
)
require (
github.com/fatih/color v1.14.1
github.com/iamacarpet/go-win64api v0.0.0-20221230174906-cb41e6e774e8
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/srinathh/gokilo v0.0.0-20200224143053-07425ce1c9d2
golang.org/x/image v0.6.0
golang.org/x/sys v0.5.0
)