Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
This project has not been updated quite some time. Let's bump Go and
Kubernetes versions.

Signed-off-by: Petr Horacek <[email protected]>
  • Loading branch information
phoracek committed Oct 18, 2019
1 parent a2dafa7 commit c9ca4e8
Show file tree
Hide file tree
Showing 19,702 changed files with 2,830,008 additions and 1,509,675 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go: 1.9.x
go_import_path: kubevirt.io/device-plugin-manager
go: 1.11.x
go_import_path: github.com/kubevirt/device-plugin-manager

before_install:
- go get github.com/onsi/gomega
Expand Down
133 changes: 105 additions & 28 deletions Gopkg.lock

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

9 changes: 7 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# https://github.com/golang/dep/issues/1799
[[override]]
source = "https://github.com/fsnotify/fsnotify/archive/v1.4.7.tar.gz"
name = "gopkg.in/fsnotify.v1"

[[constraint]]
branch = "master"
name = "github.com/golang/glog"
Expand All @@ -8,8 +13,8 @@

[[constraint]]
name = "google.golang.org/grpc"
version = "1.10.0"
version = "1.14.0"

[[constraint]]
name = "k8s.io/kubernetes"
version = "1.10.0"
version = "1.14.0"
2 changes: 1 addition & 1 deletion pkg/dpm/manager_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package dpm_test

import (
"github.com/kubevirt/device-plugin-manager/pkg/dpm"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"golang.org/x/net/context"
pluginapi "k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1beta1"
"kubevirt.io/device-plugin-manager/pkg/dpm"
)

// define a fake device plugin
Expand Down
46 changes: 46 additions & 0 deletions vendor/github.com/gogo/protobuf/.github/workflows/ci-workflow.yml

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

3 changes: 3 additions & 0 deletions vendor/github.com/gogo/protobuf/.gitignore

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

14 changes: 8 additions & 6 deletions vendor/github.com/gogo/protobuf/.travis.yml

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

Loading

0 comments on commit c9ca4e8

Please sign in to comment.