Skip to content

Commit e6656d8

Browse files
pbalogh-saKaizhe
authored andcommitted
add missing dep command (#16)
Good changes! Thanks!
1 parent d494975 commit e6656d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

advisor/processor/generate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/sysdiglabs/kube-psp-advisor/advisor/types"
99
"github.com/sysdiglabs/kube-psp-advisor/utils"
1010

11-
"k8s.io/api/core/v1"
11+
v1 "k8s.io/api/core/v1"
1212
"k8s.io/api/policy/v1beta1"
1313
"k8s.io/client-go/kubernetes"
1414
"k8s.io/client-go/tools/clientcmd"

scripts/build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
set -eux
44

5+
dep ensure
56
$GOPATH/bin/goimports -w $(find . -type f -name '*.go' -not -path "./vendor/*") || true
67

78
env GOOS=$(uname -s | tr '[:upper:]' '[:lower:]') GOARCH=amd64 go build -a

0 commit comments

Comments
 (0)