File tree 2 files changed +89
-66
lines changed
2 files changed +89
-66
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ 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-20200924083638-39ebc21394cd
7
- github.com/domonda/golog v0.0.0-20200821090036-7c35098b089a
8
- github.com/fatih/color v1.9 .0
6
+ github.com/domonda/go-types v0.0.0-20210316184039-9c2f87779d2d
7
+ github.com/domonda/golog v0.0.0-20210224141652-8321271c0ee9
8
+ github.com/fatih/color v1.10 .0
9
9
github.com/gorilla/mux v1.8.0
10
- github.com/h2non/filetype v1.1.0
11
- github.com/muesli/termenv v0.7.2 // indirect
12
- github.com/stretchr/testify v1.6.1
13
- github.com/ungerik/go-fs v0.0.0-20200821085535-43255b165ff2
14
- github.com/ungerik/go-httpx v0.0.0-20200827162627-9780958c2188
10
+ github.com/h2non/filetype v1.1.1
11
+ github.com/muesli/termenv v0.8.0 // indirect
12
+ github.com/stretchr/testify v1.7.0
13
+ github.com/ungerik/go-fs v0.0.0-20210316165925-3944ea9e3e2a
14
+ github.com/ungerik/go-httpx v0.0.0-20210208164815-b56980774627
15
15
github.com/ungerik/go-reflection v0.0.0-20191013094457-172d2e71715f
16
- golang.org/x/sys v0.0.0-20200928205150-006507a75852 // indirect
16
+ golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa // indirect
17
17
)
You can’t perform that action at this time.
0 commit comments