-
Notifications
You must be signed in to change notification settings - Fork 65
/
go.mod
24 lines (21 loc) · 841 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
module github.com/ystyle/jvms
go 1.18
require (
github.com/baneeishaque/adoptium_jdk_go v0.0.0-20221214163615-0b2cfe72098d
github.com/codegangsta/cli v1.19.1
github.com/tucnak/store v0.0.0-20160707125858-84b795be94a4
gopkg.in/cheggaaa/pb.v1 v1.0.28
)
require (
github.com/BurntSushi/toml v0.3.0 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/go-yaml/yaml v0.0.0-20170721122051-25c4ec802a7d // indirect
github.com/itchyny/gojq v0.12.8 // indirect
github.com/itchyny/timefmt-go v0.1.3 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)