@@ -20,22 +20,18 @@ require (
20
20
github.com/h2non/filetype v1.0.8 // indirect
21
21
github.com/imjasonmiller/godice v0.1.2
22
22
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8 // indirect
23
- github.com/kr/pretty v0.2.0 // indirect
24
- github.com/kr/text v0.2.0 // indirect
25
23
github.com/leonelquinteros/gotext v1.4.0
26
24
github.com/marcinbor85/gohex v0.0.0-20200531163658-baab2527a9a2
27
25
github.com/mattn/go-colorable v0.1.2
28
26
github.com/mattn/go-isatty v0.0.8
29
27
github.com/mattn/go-runewidth v0.0.9 // indirect
30
28
github.com/miekg/dns v1.0.5 // indirect
31
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
32
29
github.com/oleksandr/bonjour v0.0.0-20160508152359-5dcf00d8b228 // indirect
33
30
github.com/pkg/errors v0.9.1
34
31
github.com/pmylund/sortutil v0.0.0-20120526081524-abeda66eb583
35
32
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
36
33
github.com/schollz/closestmatch v2.1.0+incompatible
37
34
github.com/segmentio/stats/v4 v4.5.3
38
- github.com/sergi/go-diff v1.1.0 // indirect
39
35
github.com/sirupsen/logrus v1.4.2
40
36
github.com/spf13/cobra v1.0.1-0.20200710201246-675ae5f5a98c
41
37
github.com/spf13/jwalterweatherman v1.0.0
@@ -46,12 +42,11 @@ require (
46
42
go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18
47
43
go.bug.st/serial v1.1.1
48
44
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 // indirect
49
- golang.org/x/crypto v0.0.0-20200406173513-056763e48d71
50
- golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
45
+ golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
46
+ golang.org/x/net v0.0.0-20200202094626-16171245cfb2
51
47
golang.org/x/text v0.3.2
52
48
google.golang.org/grpc v1.27.0
53
49
google.golang.org/protobuf v1.25.0
54
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
55
50
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce // indirect
56
51
gopkg.in/src-d/go-git.v4 v4.13.1
57
52
gopkg.in/yaml.v2 v2.3.0
0 commit comments