Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/sys from 0.0.0-20200117145432-59e60aa80a0c to 0.1.0 in /backend #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion backend/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ require (
golang.org/x/crypto v0.0.0-20200117160349-530e935923ad
golang.org/x/net v0.0.0-20191002035440-2ec189313ef0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200117145432-59e60aa80a0c // indirect
golang.org/x/sys v0.1.0 // indirect
google.golang.org/api v0.15.0
google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c
google.golang.org/grpc v1.26.0
Expand Down
31 changes: 27 additions & 4 deletions backend/go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions backend/vendor/golang.org/x/sys/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions backend/vendor/golang.org/x/sys/CONTRIBUTORS

This file was deleted.

3 changes: 2 additions & 1 deletion backend/vendor/golang.org/x/sys/cpu/asm_aix_ppc64.s

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 9 additions & 3 deletions backend/vendor/golang.org/x/sys/cpu/byteorder.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

175 changes: 150 additions & 25 deletions backend/vendor/golang.org/x/sys/cpu/cpu.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions backend/vendor/golang.org/x/sys/cpu/cpu_arm.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading