This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
go.mod
34 lines (32 loc) · 1.51 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
module github.com/johnmccabe/vmpooler-bitbar
go 1.16
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/Netflix/go-expect v0.0.0-20210429232723-e923ed2d1db5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/hashicorp/hcl v0.0.0-20180404174102-ef8a98b0bbce // indirect
github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/johnmccabe/go-bitbar v0.0.0-20180703231151-620277d35eaa
github.com/johnmccabe/go-vmpooler v0.0.3
github.com/magiconair/properties v1.8.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.3 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9
github.com/mitchellh/mapstructure v0.0.0-20180511142126-bb74f1db0675
github.com/pelletier/go-toml v1.2.0 // indirect
github.com/spf13/afero v1.1.1 // indirect
github.com/spf13/cast v1.2.0 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec // indirect
github.com/spf13/pflag v1.0.1 // indirect
github.com/spf13/viper v1.0.2
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/crypto v0.0.0-20180621125126-a49355c7e3f8
golang.org/x/sys v0.0.0-20180627142611-7138fd3d9dc8 // indirect
golang.org/x/text v0.3.0 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.6.0
gopkg.in/yaml.v2 v2.2.1
)