@@ -3,18 +3,16 @@ module github.com/ungerik/go-command
3
3
go 1.13
4
4
5
5
require (
6
- github.com/domonda/go-types v0.0.0-20200104165438-8a9c3902aa39
7
- github.com/domonda/go-wraperr v0.0.0-20191218095026-c132bf32bd96 // indirect
8
- github.com/domonda/golog v0.0.0-20200104211507-b1ff3be34563
9
- github.com/fatih/color v1.8.0
10
- github.com/gorilla/mux v1.7.3
11
- github.com/guregu/null v3.4.0+incompatible // indirect
12
- github.com/h2non/filetype v1.0.10
13
- github.com/mattn/go-colorable v0.1.4 // indirect
14
- github.com/mattn/go-isatty v0.0.11 // indirect
15
- github.com/stretchr/testify v1.4.0
16
- github.com/ungerik/go-fs v0.0.0-20191127131724-ee9af4c83317
17
- github.com/ungerik/go-httpx v0.0.0-20191022153633-4ee50a95056d
6
+ github.com/domonda/go-types v0.0.0-20200508135225-99aa86ad3b7a
7
+ github.com/domonda/go-wraperr v0.0.0-20200414143540-485fd6d06d5d // indirect
8
+ github.com/domonda/golog v0.0.0-20200504110752-9db73907a050
9
+ github.com/fatih/color v1.9.0
10
+ github.com/gorilla/mux v1.7.4
11
+ github.com/guregu/null v4.0.0+incompatible // indirect
12
+ github.com/h2non/filetype v1.0.12
13
+ github.com/mattn/go-colorable v0.1.6 // indirect
14
+ github.com/stretchr/testify v1.5.1
15
+ github.com/ungerik/go-fs v0.0.0-20200425122624-6bc19757f8de
16
+ github.com/ungerik/go-httpx v0.0.0-20200430100650-4794cf507bad
18
17
github.com/ungerik/go-reflection v0.0.0-20191013094457-172d2e71715f
19
- golang.org/x/sys v0.0.0-20200103143344-a1369afcdac7 // indirect
20
18
)
0 commit comments