Skip to content

Commit

Permalink
Merge pull request #88 from ricardomaraschini/bump-library-go
Browse files Browse the repository at this point in the history
Bug 1819770: Bumping openshift/library-go
  • Loading branch information
openshift-merge-robot committed Jun 20, 2020
2 parents 358c37d + cbbfb9f commit 75548a0
Show file tree
Hide file tree
Showing 228 changed files with 17,088 additions and 1,550 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.13 AS builder
WORKDIR /go/src/github.com/openshift/openshift-controller-manager
COPY . .
RUN make build --warn-undefined-variables
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rhel
@@ -1,4 +1,4 @@
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.12 AS builder
FROM registry.svc.ci.openshift.org/ocp/builder:golang-1.13 AS builder
WORKDIR /go/src/github.com/openshift/openshift-controller-manager
COPY . .
RUN make build --warn-undefined-variables
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ all: build
.PHONY: all

# Include the library makefile
include $(addprefix ./vendor/github.com/openshift/library-go/alpha-build-machinery/make/, \
include $(addprefix ./vendor/github.com/openshift/build-machinery-go/make/, \
golang.mk \
targets/openshift/images.mk \
)
Expand Down
4 changes: 2 additions & 2 deletions dependencymagnet/doc.go
@@ -1,7 +1,7 @@
package dependencymagnet

import (
// alpha-build-machinery has non-go code needed for makefiles.
// build-machinery-go has non-go code needed for makefiles.
// Needed to work with go modules.
_ "github.com/openshift/library-go/alpha-build-machinery"
_ "github.com/openshift/build-machinery-go"
)
29 changes: 12 additions & 17 deletions go.mod
@@ -1,46 +1,41 @@
module github.com/openshift/openshift-controller-manager

go 1.12
go 1.13

require (
github.com/BurntSushi/toml v0.3.1
github.com/blang/semver v3.5.0+incompatible
github.com/certifi/gocertifi v0.0.0-20180905225744-ee1a9a0726d2 // indirect
github.com/containerd/continuity v0.0.0-20190827140505-75bee3e2ccb6 // indirect
github.com/containers/image v3.0.2+incompatible
github.com/containers/storage v0.0.0-20170801145921-47536c89fcc5 // indirect
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
github.com/davecgh/go-spew v1.1.1
github.com/docker/docker-credential-helpers v0.0.0-20190720063934-f78081d1f7fe // indirect
github.com/docker/go-metrics v0.0.0-20181218153428-b84716841b82 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/getsentry/raven-go v0.0.0-20171206001108-32a13797442c // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/gofuzz v1.0.0
github.com/google/gofuzz v1.1.0
github.com/google/uuid v1.1.1
github.com/gorilla/websocket v1.4.1 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0 // indirect
github.com/hashicorp/golang-lru v0.5.1
github.com/mtrmac/gpgme v0.1.2 // indirect
github.com/onsi/ginkgo v1.10.2 // indirect
github.com/openshift/api v3.9.1-0.20191028134408-abf28f93703b+incompatible
github.com/openshift/client-go v0.0.0-20191022152013-2823239d2298
github.com/openshift/library-go v0.0.0-20191029093732-d368763acf52
github.com/openshift/api v0.0.0-20200217161739-c99157bc6492
github.com/openshift/build-machinery-go v0.0.0-20200211121458-5e3d6e570160
github.com/openshift/client-go v0.0.0-20200116152001-92a2713fa240
github.com/openshift/library-go v0.0.0-20200403110656-d90e89b206c5
github.com/openshift/machine-config-operator v0.0.0-20190904184504-49d703c2c17a
github.com/pkg/profile v1.3.0 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
go.uber.org/zap v1.11.0 // indirect
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/apiserver v0.0.0
k8s.io/client-go v0.0.0
k8s.io/component-base v0.0.0
k8s.io/api v0.17.2
k8s.io/apimachinery v0.17.2
k8s.io/apiserver v0.17.1
k8s.io/client-go v0.17.1
k8s.io/component-base v0.17.1
k8s.io/klog v1.0.0
k8s.io/kubectl v0.0.0
k8s.io/kubernetes v0.0.0
Expand Down
66 changes: 56 additions & 10 deletions go.sum

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions vendor/github.com/docker/go-metrics/go.mod

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

67 changes: 67 additions & 0 deletions vendor/github.com/docker/go-metrics/go.sum

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

6 changes: 3 additions & 3 deletions vendor/github.com/getsentry/raven-go/.gitignore

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

3 changes: 0 additions & 3 deletions vendor/github.com/getsentry/raven-go/.gitmodules

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

40 changes: 33 additions & 7 deletions vendor/github.com/getsentry/raven-go/.travis.yml

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

10 changes: 8 additions & 2 deletions vendor/github.com/getsentry/raven-go/README.md

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

0 comments on commit 75548a0

Please sign in to comment.