Skip to content

Commit

Permalink
Update argo dependencies to kubernetes v1.14 (#1530)
Browse files Browse the repository at this point in the history
* Update argo dependencies to kubernetes v1.14
  • Loading branch information
jessesuen authored and sarabala1979 committed Aug 8, 2019
1 parent 0246d18 commit 9fca144
Show file tree
Hide file tree
Showing 13 changed files with 581 additions and 279 deletions.
616 changes: 387 additions & 229 deletions Gopkg.lock

Large diffs are not rendered by default.

19 changes: 12 additions & 7 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,23 @@ required = [

[[constraint]]
name = "k8s.io/api"
branch = "release-1.12"
branch = "release-1.14"

[[constraint]]
name = "k8s.io/apimachinery"
branch = "release-1.12"
branch = "release-1.14"

[[constraint]]
name = "k8s.io/code-generator"
branch = "release-1.12"
branch = "release-1.14"

[[constraint]]
name = "k8s.io/kube-openapi"
branch = "master"

[[constraint]]
name = "k8s.io/client-go"
branch = "release-9.0"
branch = "release-11.0"

[[constraint]]
name = "github.com/stretchr/testify"
Expand All @@ -49,11 +49,16 @@ required = [
name = "github.com/ghodss/yaml"
branch = "master"

# vendor/k8s.io/client-go/plugin/pkg/client/auth/azure/azure.go:300:25:
# cannot call non-function spt.Token (type adal.Token)
# azure.go:252:4: cannot use json.Number(expiresIn) (type json.Number) as type string in field value
[[override]]
name = "github.com/Azure/go-autorest"
revision = "1ff28809256a84bb6966640ff3d0371af82ccba4"
version = "12.4.2"

# contrib.go.opencensus.io/exporter/ocagent/transform_stats_to_metrics.go:67:11: undefined:
# "github.com/argoproj/argo/vendor/github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1".Metric_MetricDescriptor
[[override]]
name = "contrib.go.opencensus.io/exporter/ocagent"
version = "0.5.0"

[[constraint]]
name = "github.com/colinmarc/hdfs"
Expand Down
Loading

0 comments on commit 9fca144

Please sign in to comment.