-
Notifications
You must be signed in to change notification settings - Fork 304
/
go.mod
33 lines (31 loc) · 1.15 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/assetnote/kiterunner
go 1.15
require (
github.com/beevik/etree v1.1.0
github.com/davecgh/go-spew v1.1.1
github.com/dustin/go-humanize v1.0.0
github.com/fasthttp/router v1.3.6
github.com/francoispqt/gojay v1.2.13
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.2.0
github.com/hashicorp/go-multierror v1.0.0
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.2 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.20.0
github.com/schollz/progressbar/v3 v3.7.4
github.com/segmentio/ksuid v1.0.3
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.3.0
github.com/valyala/bytebufferpool v1.0.0
github.com/valyala/fasthttp v1.20.0
github.com/valyala/fasttemplate v1.2.1
github.com/vbauerster/mpb/v6 v6.0.2
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
)