Skip to content

Commit edcbfce

Browse files
committed
update dependencies
1 parent 937e03e commit edcbfce

File tree

2 files changed

+89
-66
lines changed

2 files changed

+89
-66
lines changed

go.mod

+9-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ module github.com/ungerik/go-command
33
go 1.13
44

55
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
99
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
1515
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
1717
)

0 commit comments

Comments
 (0)