mirror of
https://github.com/kemko/xc.git
synced 2026-01-01 15:55:43 +03:00
Bump golang.org/x/sys from 0.0.0-20201116194326-cc9327a14d48 to 0.1.0 (#13)
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20201116194326-cc9327a14d48 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: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,7 +1,6 @@
|
||||
module github.com/viert/xc
|
||||
|
||||
require (
|
||||
github.com/badgerodon/collections v0.0.0-20130729185459-604e922904d3 // indirect
|
||||
github.com/chzyer/logex v1.1.10 // indirect
|
||||
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
|
||||
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
|
||||
@@ -11,16 +10,12 @@ require (
|
||||
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3 // indirect
|
||||
github.com/kr/pty v1.1.8
|
||||
github.com/mattn/go-runewidth v0.0.9 // indirect
|
||||
github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d // indirect
|
||||
github.com/npat-efault/poller v2.0.0+incompatible
|
||||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
||||
github.com/viert/properties v0.0.0-20190120163359-e72631698e82
|
||||
github.com/viert/sekwence v0.0.0-20190110111110-24bab1ce82a0
|
||||
golang.org/x/crypto v0.0.0-20201116153603-4be66e5b6582
|
||||
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
|
||||
golang.org/x/sys v0.0.0-20201116194326-cc9327a14d48
|
||||
golang.org/x/text v0.3.4 // indirect
|
||||
golang.org/x/tools v0.0.0-20201117021029-3c3a81204b10 // indirect
|
||||
golang.org/x/sys v0.1.0 // indirect
|
||||
gopkg.in/cheggaaa/pb.v1 v1.0.28
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user