Skip to content
This repository was archived by the owner on Dec 30, 2020. It is now read-only.

Commit 38c273c

Browse files
authored
Merge pull request #154 from sylabs/staging
Staging
2 parents 6ad0fef + ff842fb commit 38c273c

File tree

109 files changed

+6986
-6509
lines changed

Some content is hidden

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

109 files changed

+6986
-6509
lines changed

Gopkg.lock

Lines changed: 18 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gopkg.toml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,6 @@ required = [
6363
branch = "master" #osdk_branch_annotation
6464
# version = "=v0.5.0" #osdk_version_annotation
6565

66-
[[constraint]]
67-
branch = "master"
68-
name = "k8s.io/apimachinery"
69-
70-
[[constraint]]
71-
name = "k8s.io/client-go"
72-
version = "10.0.0"
73-
74-
[[override]]
75-
name = "github.com/gorilla/mux"
76-
version = "1.7.0"
77-
7866
[[override]]
7967
name = "github.com/pkg/errors"
8068
version = "0.8.1"

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ clean:
1818

1919
.PHONY: test
2020
test:
21-
$(V)go test -v ./...
21+
$(V)go test -v -coverprofile=cover.out -race ./...
2222

2323
.PHONY: lint
2424
lint:

0 commit comments

Comments
 (0)