forked from hbollon/IGopher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
30 lines (28 loc) · 1.11 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
module github.com/hbollon/igopher
go 1.16
require (
cloud.google.com/go v0.41.0
github.com/akavel/rsrc v0.10.1 // indirect
github.com/asticode/go-astikit v0.18.0
github.com/asticode/go-astilectron v0.25.0
github.com/asticode/go-astilectron-bootstrap v0.4.10
github.com/asticode/go-astilectron-bundler v0.7.12 // indirect
github.com/banzaicloud/logrus-runtime-formatter v0.0.0-20190729070250-5ae5475bae5e
github.com/charmbracelet/bubbles v0.7.6
github.com/charmbracelet/bubbletea v0.12.2
github.com/go-playground/validator/v10 v10.4.1
github.com/google/go-github/v27 v27.0.4
github.com/lucasb-eyer/go-colorful v1.0.3
github.com/magefile/mage v1.11.0 // indirect
github.com/mitchellh/go-ps v1.0.0
github.com/muesli/reflow v0.2.0
github.com/muesli/termenv v0.7.4
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18
github.com/sirupsen/logrus v1.8.0
github.com/tebeka/selenium v0.9.9
github.com/vbauerster/mpb/v6 v6.0.2
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
google.golang.org/api v0.7.0
gopkg.in/yaml.v2 v2.3.0
)