@@ -3,33 +3,25 @@ module github.com/cortesi/devd
3
3
go 1.12
4
4
5
5
require (
6
- github.com/GeertJohan/go.rice v1.0.0
7
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
8
- github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d
9
- github.com/bmatcuk/doublestar v1.3.0
10
- github.com/cortesi/moddwatch v0.0.0-20190809041828-239a95c12d84
11
- github.com/cortesi/termlog v0.0.0-20190809035425-7871d363854c
12
- github.com/daaku/go.zipexe v1.0.1
6
+ github.com/GeertJohan/go.rice v1.0.2
7
+ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
8
+ github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
9
+ github.com/cortesi/moddwatch v0.0.0-20210323234936-df014e95c743
10
+ github.com/cortesi/termlog v0.0.0-20210222042314-a1eec763abec
11
+ github.com/daaku/go.zipexe v1.0.1 // indirect
13
12
github.com/dustin/go-humanize v1.0.0
14
- github.com/fatih/color v1.9 .0
13
+ github.com/fatih/color v1.13 .0
15
14
github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d
16
- github.com/google/go-cmp v0.4.0 // indirect
17
- github.com/gorilla/websocket v1.4.2
18
- github.com/juju/ratelimit v1.0.1
19
- github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
15
+ github.com/gorilla/websocket v1.5.0
16
+ github.com/juju/ratelimit v1.0.2
20
17
github.com/kr/text v0.2.0 // indirect
21
- github.com/mattn/go-colorable v0.1.6
22
- github.com/mattn/go-isatty v0.0.12
18
+ github.com/mattn/go-colorable v0.1.13 // indirect
23
19
github.com/mitchellh/go-homedir v1.1.0
24
20
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
25
- github.com/nkovacs/streamquote v1.0.0 // indirect
26
- github.com/rjeczalik/notify v0.0.0-20181126183243-629144ba06a1
27
21
github.com/stretchr/testify v1.5.1 // indirect
28
22
github.com/toqueteos/webbrowser v1.2.0
29
- golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
30
- golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0
31
- golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
32
- golang.org/x/tools v0.0.0-20190815232600-256244171580 // indirect
23
+ golang.org/x/crypto v0.1.0 // indirect
24
+ golang.org/x/net v0.1.0
33
25
gopkg.in/alecthomas/kingpin.v2 v2.2.6
34
26
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
35
27
gopkg.in/yaml.v2 v2.2.8 // indirect
0 commit comments