@@ -23,15 +23,19 @@ require (
23
23
github.com/juju/errors v0.0.0-20181118221551-089d3ea4e4d5 // indirect
24
24
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
25
25
github.com/juju/testing v0.0.0-20190429233213-dfc56b8c09fc // indirect
26
+ github.com/kr/pretty v0.2.0 // indirect
27
+ github.com/kr/text v0.2.0 // indirect
26
28
github.com/mattn/go-colorable v0.1.2
27
29
github.com/mattn/go-runewidth v0.0.2 // indirect
28
30
github.com/miekg/dns v1.0.5 // indirect
31
+ github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
29
32
github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228 // indirect
30
33
github.com/pkg/errors v0.9.1
31
34
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583
32
35
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
33
36
github.com/schollz/closestmatch v2.1.0+incompatible
34
37
github.com/segmentio/stats/v4 v4.5.3
38
+ github.com/sergi/go-diff v1.1.0 // indirect
35
39
github.com/sirupsen/logrus v1.4.2
36
40
github.com/spf13/cobra v0.0.5
37
41
github.com/spf13/jwalterweatherman v1.0.0
@@ -42,12 +46,14 @@ require (
42
46
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
43
47
go.bug.st/serial v1.0.0
44
48
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 // indirect
45
- golang.org/x/net v0.0.0-20200202094626-16171245cfb2
46
- golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 // indirect
49
+ golang.org/x/crypto v0.0.0-20200406173513-056763e48d71 // indirect
50
+ golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
51
+ golang.org/x/sys v0.0.0-20200408040146-ea54a3c99b9b // indirect
47
52
golang.org/x/text v0.3.2
48
53
google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90 // indirect
49
54
google.golang.org/grpc v1.27.0
50
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
55
+ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
51
56
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
57
+ gopkg.in/src-d/go-git.v4 v4.13.1
52
58
gopkg.in/yaml.v2 v2.2.4
53
59
)
0 commit comments