-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
33 lines (30 loc) · 1.31 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
module github.com/input-output-hk/tullia
go 1.17
require (
github.com/alexflint/go-arg v1.4.3
github.com/charmbracelet/bubbletea v0.20.0
github.com/charmbracelet/lipgloss v0.5.0
github.com/goombaio/dag v0.0.0-20181006234417-a8874b1f72ff
github.com/pkg/errors v0.9.1
github.com/plouc/textree v1.0.0
github.com/rs/zerolog v1.26.1
)
require (
github.com/alexflint/go-scalar v1.1.0 // indirect
github.com/containerd/console v1.0.3 // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/goombaio/orderedmap v0.0.0-20180924084748-ba921b7e2419 // indirect
github.com/goombaio/orderedset v0.0.0-20180924084730-d1b9fdd81eca // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/muesli/ansi v0.0.0-20211018074035-2e021307bc4b // indirect
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.11.1-0.20220212125758-44cd13922739 // indirect
github.com/plouc/gosnap v0.0.0-20180714070049-61403c2f226e // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e // indirect
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
gopkg.in/src-d/go-git.v4 v4.13.1 // indirect
)