Skip to content

Commit b4580b8

Browse files
committed
update to go 1.17
1 parent 8a4cbe3 commit b4580b8

File tree

2 files changed

+59
-164
lines changed

2 files changed

+59
-164
lines changed

go.mod

+23-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,32 @@
11
module github.com/ungerik/go-command
22

3-
go 1.13
3+
go 1.17
44

55
require (
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
6+
github.com/domonda/go-types v0.0.0-20210915112857-4949b80d597b
7+
github.com/domonda/golog v0.0.0-20210830091352-7d9aec2859c7
8+
github.com/fatih/color v1.12.0
99
github.com/gorilla/mux v1.8.0
1010
github.com/h2non/filetype v1.1.1
11-
github.com/muesli/termenv v0.8.0 // indirect
11+
github.com/lib/pq v1.10.3 // indirect
12+
github.com/mattn/go-isatty v0.0.14 // indirect
13+
github.com/muesli/termenv v0.9.0 // indirect
1214
github.com/stretchr/testify v1.7.0
13-
github.com/ungerik/go-fs v0.0.0-20210316165925-3944ea9e3e2a
15+
github.com/ungerik/go-fs v0.0.0-20210610150523-5dc2f3dd4d0a
1416
github.com/ungerik/go-httpx v0.0.0-20210208164815-b56980774627
15-
github.com/ungerik/go-reflection v0.0.0-20191013094457-172d2e71715f
16-
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa // indirect
17+
github.com/ungerik/go-reflection v0.0.0-20210817083039-1053f336f275
18+
golang.org/x/sys v0.0.0-20210915083310-ed5796bab164 // indirect
19+
)
20+
21+
require (
22+
github.com/davecgh/go-spew v1.1.1 // indirect
23+
github.com/domonda/go-encjson v0.0.0-20210830085227-1beee57a72d8 // indirect
24+
github.com/domonda/go-pretty v0.0.0-20210202131827-b4ff5dbd12fd // indirect
25+
github.com/kr/pretty v0.2.1 // indirect
26+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
27+
github.com/mattn/go-colorable v0.1.8 // indirect
28+
github.com/mattn/go-runewidth v0.0.13 // indirect
29+
github.com/pmezard/go-difflib v1.0.0 // indirect
30+
github.com/rivo/uniseg v0.2.0 // indirect
31+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
1732
)

0 commit comments

Comments
 (0)