*: support for Go modules
authorSimon Pasquier <spasquie@redhat.com>
Mon, 26 Nov 2018 14:50:53 +0000 (15:50 +0100)
committerSimon Pasquier <spasquie@redhat.com>
Tue, 27 Nov 2018 14:32:43 +0000 (15:32 +0100)
commit77117b71de59a5c947f78d9fc4c56811a929d243
tree9e807391161cf3d77ea3e4d93df0e48d032ab802
parentb0ed24f0a634ad7a1c0da5fb52d9b04cbd14edc6
*: support for Go modules

Signed-off-by: Simon Pasquier <spasquie@redhat.com>
39 files changed:
.circleci/config.yml
.promu.yml
.travis.yml
Makefile.common
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
vendor/github.com/go-logfmt/logfmt/.gitignore [new file with mode: 0644]
vendor/github.com/go-logfmt/logfmt/.travis.yml [new file with mode: 0644]
vendor/github.com/go-stack/stack/.travis.yml [new file with mode: 0644]
vendor/github.com/golang/protobuf/AUTHORS [new file with mode: 0644]
vendor/github.com/golang/protobuf/CONTRIBUTORS [new file with mode: 0644]
vendor/github.com/kr/logfmt/.gitignore [new file with mode: 0644]
vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/.gitignore [new file with mode: 0644]
vendor/github.com/miekg/dns/.codecov.yml [new file with mode: 0644]
vendor/github.com/miekg/dns/.gitignore [new file with mode: 0644]
vendor/github.com/miekg/dns/.travis.yml [new file with mode: 0644]
vendor/github.com/pkg/errors/.gitignore [new file with mode: 0644]
vendor/github.com/pkg/errors/.travis.yml [new file with mode: 0644]
vendor/github.com/prometheus/client_golang/prometheus/.gitignore [new file with mode: 0644]
vendor/github.com/prometheus/common/model/time.go
vendor/github.com/prometheus/procfs/.travis.yml [new file with mode: 0644]
vendor/github.com/prometheus/procfs/ttar [changed mode: 0755->0644]
vendor/golang.org/x/crypto/AUTHORS [new file with mode: 0644]
vendor/golang.org/x/crypto/CONTRIBUTORS [new file with mode: 0644]
vendor/golang.org/x/net/AUTHORS [new file with mode: 0644]
vendor/golang.org/x/net/CONTRIBUTORS [new file with mode: 0644]
vendor/golang.org/x/net/internal/socket/iovec_32bit.go
vendor/golang.org/x/net/internal/socket/iovec_64bit.go
vendor/golang.org/x/net/internal/socket/iovec_solaris_64bit.go
vendor/golang.org/x/net/internal/socket/msghdr_bsdvar.go
vendor/golang.org/x/net/internal/socket/msghdr_linux_32bit.go
vendor/golang.org/x/net/internal/socket/msghdr_linux_64bit.go
vendor/golang.org/x/net/internal/socket/msghdr_openbsd.go
vendor/golang.org/x/net/internal/socket/msghdr_solaris_64bit.go
vendor/golang.org/x/net/internal/socket/sys_posix.go
vendor/gopkg.in/alecthomas/kingpin.v2/.travis.yml [new file with mode: 0644]
vendor/gopkg.in/yaml.v2/.travis.yml [new file with mode: 0644]
vendor/modules.txt [new file with mode: 0644]
vendor/vendor.json [deleted file]