Skip to content

Commit

Permalink
Update deps (knative#975)
Browse files Browse the repository at this point in the history
* Update deps

Ran hack/update-deps.sh on master.

* Pull in the latest k8schain

This version removes the ggcr master constraint which made it impossible
to also constrain ggcr to a non-master revision in this repo without an
override.
  • Loading branch information
grantr authored and google-prow-robot committed May 25, 2018
1 parent 93405a2 commit a802e70
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gopkg.lock

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

5 changes: 4 additions & 1 deletion hack/boilerplate/BUILD
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
exports_files(["boilerplate.go.txt", "boilerplate.sh.txt"])
exports_files([
"boilerplate.go.txt",
"boilerplate.sh.txt",
])
14 changes: 14 additions & 0 deletions test/conformance/test_images_go/pizzaplanetv1/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")

go_library(
name = "go_default_library",
srcs = ["main.go"],
importpath = "github.com/elafros/elafros/test/conformance/test_images_go/pizzaplanetv1",
visibility = ["//visibility:private"],
)

go_binary(
name = "pizzaplanetv1",
embed = [":go_default_library"],
visibility = ["//visibility:public"],
)
14 changes: 14 additions & 0 deletions test/conformance/test_images_go/pizzaplanetv2/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
load("@io_bazel_rules_go//go:def.bzl", "go_binary", "go_library")

go_library(
name = "go_default_library",
srcs = ["main.go"],
importpath = "github.com/elafros/elafros/test/conformance/test_images_go/pizzaplanetv2",
visibility = ["//visibility:private"],
)

go_binary(
name = "pizzaplanetv2",
embed = [":go_default_library"],
visibility = ["//visibility:public"],
)
2 changes: 1 addition & 1 deletion vendor/github.com/mattmoor/k8schain/Gopkg.lock

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

4 changes: 0 additions & 4 deletions vendor/github.com/mattmoor/k8schain/Gopkg.toml

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

0 comments on commit a802e70

Please sign in to comment.