Skip to content

Commit 623191f

Browse files
author
Dmitriy Kalinin
committed
run go mod vendor
1 parent 94f26b1 commit 623191f

File tree

561 files changed

+54370
-114832
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

561 files changed

+54370
-114832
lines changed

go.mod

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cppforlife/go-cli-ui
22

3-
go 1.13
3+
go 1.17
44

55
require (
66
github.com/cppforlife/color v1.9.1-0.20200716202919-6706ac40b835
@@ -10,3 +10,15 @@ require (
1010
github.com/vito/go-interact v1.0.1
1111
gopkg.in/yaml.v2 v2.3.0
1212
)
13+
14+
require (
15+
github.com/fsnotify/fsnotify v1.4.9 // indirect
16+
github.com/mattn/go-colorable v0.1.4 // indirect
17+
github.com/nxadm/tail v1.4.4 // indirect
18+
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7 // indirect
19+
golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
20+
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171 // indirect
21+
golang.org/x/text v0.3.2 // indirect
22+
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect
23+
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
24+
)

go.sum

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ github.com/golang/protobuf v1.4.2 h1:+Z5KGCizgyZCbGh1KZqA0fcLLkwbsjIzS4aV2v7wJX0
1515
github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI=
1616
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
1717
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
18-
github.com/google/go-cmp v0.4.0 h1:xsAVV57WRhGj6kEIi8ReJzQlHHqcBYCElAvkovg3B/4=
1918
github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
2019
github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
2120
github.com/kr/pty v1.1.8 h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=

vendor/github.com/cppforlife/color/go.mod

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/cppforlife/color/go.sum

Lines changed: 0 additions & 8 deletions
This file was deleted.

vendor/github.com/fsnotify/fsnotify/.editorconfig

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/fsnotify/fsnotify/.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

vendor/github.com/fsnotify/fsnotify/.travis.yml

Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)