Skip to content

Commit

Permalink
fix: fix project dependency, issue TencentBlueKing#346
Browse files Browse the repository at this point in the history
  • Loading branch information
jimwu committed Feb 19, 2020
1 parent 873b4c2 commit c415600
Show file tree
Hide file tree
Showing 769 changed files with 28 additions and 322,691 deletions.
440 changes: 15 additions & 425 deletions Gopkg.lock

Large diffs are not rendered by default.

36 changes: 13 additions & 23 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ required = [
"sigs.k8s.io/controller-runtime/pkg/source",
"sigs.k8s.io/testing_frameworks/integration", # for integration testing
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1",
"github.com/google/cadvisor",
"github.com/haproxytech/models",
"github.com/haproxytech/client-native/runtime",
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common",
Expand Down Expand Up @@ -269,26 +268,6 @@ required = [
branch = "v2"
name = "gopkg.in/mgo.v2"

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/apimachinery"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/code-generator"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/client-go"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/apiextensions-apiserver"
version = "kubernetes-1.12.3"

[[constraint]]
name = "k8s.io/kubernetes"
version = "1.13.1"
Expand All @@ -307,7 +286,7 @@ required = [

[[constraint]]
name = "cloud.google.com/go"
version = "0.34.0"
version = "v0.34.0"

[[constraint]]
name = "github.com/rcrowley/go-metrics"
Expand Down Expand Up @@ -354,7 +333,11 @@ required = [

[[constraint]]
name = "github.com/google/cadvisor"
version = "0.32.0"
version = "v0.32.0"

[[constraint]]
name = "github.com/containerd/containerd"
version = "v1.1.8"

[[constraint]]
name = "github.com/tencentcloud/tencentcloud-sdk-go"
Expand All @@ -372,5 +355,12 @@ required = [
name = "github.com/container-storage-interface/spec"
version = "v0.3.0"

[[constraint]]
name = "github.com/godbus/dbus"
version = "v5.0.1"

[[constraint]]
name = "github.com/coreos/go-systemd"
version = "v20"


28 changes: 0 additions & 28 deletions vendor/github.com/Rican7/retry/.travis.yml

This file was deleted.

19 changes: 0 additions & 19 deletions vendor/github.com/Rican7/retry/LICENSE

This file was deleted.

72 changes: 0 additions & 72 deletions vendor/github.com/Rican7/retry/Makefile

This file was deleted.

98 changes: 0 additions & 98 deletions vendor/github.com/Rican7/retry/README.md

This file was deleted.

67 changes: 0 additions & 67 deletions vendor/github.com/Rican7/retry/backoff/backoff.go

This file was deleted.

0 comments on commit c415600

Please sign in to comment.