forked from achannarasappa/ticker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 862 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
module ticker
go 1.15
require (
github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d
github.com/adrg/xdg v0.3.0
github.com/charmbracelet/bubbles v0.7.5
github.com/charmbracelet/bubbletea v0.12.2
github.com/go-resty/resty/v2 v2.3.0
github.com/jarcoal/httpmock v1.0.7
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/reflow v0.2.1-0.20201126184510-3bcb929042f2
github.com/muesli/termenv v0.7.4
github.com/novalagung/gubrak/v2 v2.0.1
github.com/nxadm/tail v1.4.6 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.1
github.com/spf13/afero v1.5.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
golang.org/x/net v0.0.0-20200625001655-4c5254603344 // indirect
golang.org/x/sys v0.0.0-20210108172913-0df2131ae363 // indirect
gopkg.in/yaml.v2 v2.4.0
)