Skip to content

Commit

Permalink
Merge pull request #668 from stlaz/bye-go-jose
Browse files Browse the repository at this point in the history
NO-JIRA: remove go-jose not to get flagged with its CVEs
  • Loading branch information
openshift-merge-bot[bot] committed May 2, 2024
2 parents 5072745 + adbe1e4 commit b415439
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 3,956 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ require (
github.com/stretchr/testify v1.8.4
go.etcd.io/etcd/client/v3 v3.5.10
golang.org/x/net v0.21.0
gopkg.in/square/go-jose.v2 v2.6.0
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.29.0
k8s.io/apimachinery v0.29.0
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc=
gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc=
gopkg.in/square/go-jose.v2 v2.6.0 h1:NGk74WTnPKBNUhNzQX7PYcTLUjoq7mzKk2OKbvwk2iI=
gopkg.in/square/go-jose.v2 v2.6.0/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
Expand Down
2 changes: 1 addition & 1 deletion test/library/gitlabidp.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package library

import (
"bytes"
"encoding/json"
"fmt"
"io/ioutil"
"net/http"
Expand All @@ -11,7 +12,6 @@ import (
"testing"
"time"

"gopkg.in/square/go-jose.v2/json"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
"k8s.io/client-go/kubernetes"
Expand Down
202 changes: 0 additions & 202 deletions vendor/gopkg.in/square/go-jose.v2/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions vendor/gopkg.in/square/go-jose.v2/json/LICENSE

This file was deleted.

13 changes: 0 additions & 13 deletions vendor/gopkg.in/square/go-jose.v2/json/README.md

This file was deleted.

0 comments on commit b415439

Please sign in to comment.