-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 815 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/eh-am/i3-tree
go 1.15
require (
github.com/cirocosta/asciinema-edit v0.0.0-20190130154215-1c0971ae232a // indirect
github.com/eh-am/i3-tree-viewer v0.0.0-20210502210023-a8aa829baafa // indirect
github.com/google/go-cmp v0.5.5 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/peterbourgon/ff/v3 v3.0.0
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/common v0.23.0
github.com/stretchr/testify v1.7.0
go.i3wm.org/i3/v4 v4.18.0
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
gotest.tools v2.2.0+incompatible
)