* add go module support, update go-bindata ref, bump runc dep ``` go mod init github.com/google/cadvisor go mod tidy go get github.com/matttproud/golang_protobuf_extensions@c182affec369e30f25d3eb8cd8a478dee585ae7d go get github.com/containerd/typeurl@5eb25027c9fdd675e1db2bd25af02f5db75027ab ``` Somehow the dependencies retrieved by `go mod init` was mismatched (maybe because runc itself does not support go module yet ?). This fixes the dependencies retrieved in go module, the packages bump itself seems sane. The original go-bindata is unmaintained and is on an old revision, so our usage of it is outdated. Changed to https://github.com/kevinburke/go-bindata which seems to be a more official and well maintained fork, and bump to latest version.
16 lines
562 B
Plaintext
16 lines
562 B
Plaintext
# This is the official list of GoGo authors for copyright purposes.
|
|
# This file is distinct from the CONTRIBUTORS file, which
|
|
# lists people. For example, employees are listed in CONTRIBUTORS,
|
|
# but not in AUTHORS, because the employer holds the copyright.
|
|
|
|
# Names should be added to this file as one of
|
|
# Organization's name
|
|
# Individual's name <submission email address>
|
|
# Individual's name <submission email address> <email2> <emailN>
|
|
|
|
# Please keep the list sorted.
|
|
|
|
Sendgrid, Inc
|
|
Vastech SA (PTY) LTD
|
|
Walter Schulze <awalterschulze@gmail.com>
|