Skip to content

Commit

Permalink
tmp: replace openshift/api for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBednar committed Mar 11, 2024
1 parent 585eb00 commit 659ee2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ require (
)

replace github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible

replace github.com/openshift/api v0.0.0-20240212125214-04ea3891d9cb => github.com/RomanBednar/api v0.0.0-20240311162409-ed326f9f56b6
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1427,3 +1427,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
sigs.k8s.io/yaml
sigs.k8s.io/yaml/goyaml.v2
# github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt v3.2.1+incompatible
# github.com/openshift/api v0.0.0-20240212125214-04ea3891d9cb => github.com/RomanBednar/api v0.0.0-20240311162409-ed326f9f56b6

0 comments on commit 659ee2d

Please sign in to comment.