This repository was archived by the owner on Oct 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.25 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.25 KB
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
module github.com/AtlasInsideCorp/UTMStackInstaller
go 1.19
require (
github.com/akamensky/argparse v1.2.2
github.com/cloudfoundry/gosigar v1.2.0
github.com/levigross/grequests v0.0.0-20190908174114-253788527a1a
github.com/lib/pq v1.9.0
github.com/quantfall/holmes v1.3.0
github.com/rivo/tview v0.0.0-20210125085121-dbc1f32bb1d0
github.com/shirou/gopsutil/v3 v3.21.7
gopkg.in/yaml.v2 v2.4.0
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/gdamore/encoding v1.0.0 // indirect
github.com/gdamore/tcell/v2 v2.0.1-0.20201017141208-acf90d56d591 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/onsi/ginkgo v1.16.4 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.7 // indirect
github.com/tklauser/numcpus v0.2.3 // indirect
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/text v0.3.6 // indirect
)