Skip to content

Commit 4851d81

Browse files
build(deps): bump golang.org/x/sys (#124)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20181019160139-8e24a49d80f8 to 0.1.0. - [Release notes](https://github.com/golang/sys/releases) - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19d41df commit 4851d81

File tree

343 files changed

+94977
-92586
lines changed

Some content is hidden

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

343 files changed

+94977
-92586
lines changed

go.mod

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,26 @@ module github.com/apache/cloudstack-cloudmonkey
1919

2020
require (
2121
github.com/briandowns/spinner v0.0.0-20181029155426-195c31b675a7
22-
github.com/chzyer/logex v1.1.10 // indirect
2322
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
24-
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
25-
github.com/fatih/color v1.7.0 // indirect
2623
github.com/gofrs/flock v0.7.0
2724
github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
25+
github.com/mitchellh/go-homedir v1.0.0
26+
github.com/olekukonko/tablewriter v0.0.1
27+
gopkg.in/ini.v1 v1.39.0
28+
)
29+
30+
require (
31+
github.com/chzyer/logex v1.1.10 // indirect
32+
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
33+
github.com/fatih/color v1.7.0 // indirect
2834
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
2935
github.com/jtolds/gls v4.2.1+incompatible // indirect
3036
github.com/kr/pretty v0.1.0 // indirect
3137
github.com/mattn/go-colorable v0.0.9 // indirect
3238
github.com/mattn/go-isatty v0.0.4 // indirect
3339
github.com/mattn/go-runewidth v0.0.3 // indirect
34-
github.com/mitchellh/go-homedir v1.0.0
35-
github.com/olekukonko/tablewriter v0.0.1
3640
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
3741
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a // indirect
38-
golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 // indirect
42+
golang.org/x/sys v0.1.0 // indirect
3943
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
40-
gopkg.in/ini.v1 v1.39.0
4144
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykE
3535
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc=
3636
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a h1:JSvGDIbmil4Ui/dDdFBExb7/cmkNjyX5F97oglmvCDo=
3737
github.com/smartystreets/goconvey v0.0.0-20180222194500-ef6db91d284a/go.mod h1:XDJAKZRPZ1CvBcN2aX5YOUTYGHki24fSF0Iv48Ibg0s=
38-
golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 h1:R91KX5nmbbvEd7w370cbVzKC+EzCTGqZq63Zad5IcLM=
39-
golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
38+
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
39+
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
4040
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
4141
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
4242
gopkg.in/ini.v1 v1.39.0 h1:Jf2sFGT+sAd7i+4ftUN1Jz90uw8XNH8NXbbOY16taA8=

vendor/github.com/chzyer/readline/complete.go

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

vendor/github.com/chzyer/readline/runes.go

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

vendor/github.com/mitchellh/go-homedir/go.mod

Lines changed: 0 additions & 1 deletion
This file was deleted.

vendor/golang.org/x/sys/AUTHORS

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

vendor/golang.org/x/sys/CONTRIBUTORS

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

vendor/golang.org/x/sys/unix/README.md

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

vendor/golang.org/x/sys/unix/affinity_linux.go

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

vendor/golang.org/x/sys/unix/aliases.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)