Skip to content

Commit

Permalink
Merge pull request #15 from pipedrive/DTL-4677-fix-high-vulnerabilities
Browse files Browse the repository at this point in the history
DTL-4677 Fix high vulnerabilities
  • Loading branch information
timofei-kormachev-pipedrive authored Dec 1, 2023
2 parents 3cba8d5 + f454d10 commit 7fa4d1d
Show file tree
Hide file tree
Showing 4 changed files with 116 additions and 47 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TARGET := kubelogin
TARGET_PLUGIN := kubectl-kubelogin
CIRCLE_TAG ?= v1.16.0-pipedrive
CIRCLE_TAG ?= v1.16.1-pipedrive
LDFLAGS := -X main.version=$(CIRCLE_TAG)

all: $(TARGET)
Expand Down
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ require (
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.18.0 // indirect
golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sync v0.1.0
golang.org/x/term v0.15.0
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
gopkg.in/square/go-jose.v2 v2.4.0 // indirect
gopkg.in/yaml.v2 v2.2.8
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719
k8s.io/client-go v0.0.0-20190620085101-78d2af792bab
k8s.io/klog v0.4.0
k8s.io/apimachinery v0.17.16
k8s.io/client-go v0.17.16
k8s.io/klog v1.0.0
)
Loading

0 comments on commit 7fa4d1d

Please sign in to comment.