Skip to content

Commit 8e9de82

Browse files
authored
Merge pull request #5 from objectrocket/go-modules
Convert to use go modules
2 parents 47c0c48 + 24cc7c8 commit 8e9de82

File tree

2,993 files changed

+616
-1603242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,993 files changed

+616
-1603242
lines changed

Gopkg.lock

Lines changed: 0 additions & 191 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 33 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
TAG?=$(shell git rev-parse --short HEAD)
22
PREFIX ?= $(shell pwd)
3-
REPO = github.com/ant31/crd-validation
43
pkgs = $(shell go list ./... | grep -v /vendor/ | grep -v /test/)
54

65
all: check-license format build test
@@ -10,17 +9,14 @@ run:
109

1110
install: openapi-gen
1211

13-
1412
test:
1513
@go test -short $(pkgs)
1614

1715
format:
1816
go fmt $(pkgs)
1917

2018
openapi-gen:
21-
go get -u -v -d k8s.io/code-generator/cmd/openapi-gen
22-
cd $(GOPATH)/src/k8s.io/code-generator; git checkout release-1.8
23-
go install k8s.io/code-generator/cmd/openapi-gen
19+
go install k8s.io/kube-openapi/cmd/openapi-gen
2420

2521

2622
.PHONY: all build test format generate-openapi openapi-gen

example/prometheus-crd-gen/Makefile

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)