-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
22 lines (20 loc) · 900 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
module github.com/patrick-motard/dot
go 1.12
require (
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mattn/go-isatty v0.0.9 // indirect
github.com/nicksnyder/go-i18n v1.10.0 // indirect
github.com/patrick-motard/rofigo v0.0.0-20190714070655-26c114ca649b
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.3.2
go.i3wm.org/i3 v0.0.0-20190622190111-b394c474f651
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 // indirect
golang.org/x/sys v0.0.0-20190921204832-2dccfee4fd3e // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
)