Skip to content

Commit

Permalink
Bump library-go
Browse files Browse the repository at this point in the history
  • Loading branch information
vrutkovs committed Nov 28, 2023
1 parent 0df7f1d commit cdd19be
Show file tree
Hide file tree
Showing 10 changed files with 134 additions and 58 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -150,4 +150,4 @@ require (
sigs.k8s.io/yaml v1.3.0 // indirect
)

replace github.com/openshift/library-go => github.com/vrutkovs/library-go v0.0.0-20231122144858-bd3a034d7b33
replace github.com/openshift/library-go => github.com/vrutkovs/library-go v0.0.0-20231128081504-a568dda48dc2
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -503,8 +503,8 @@ github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhV
github.com/tidwall/pretty v1.2.0 h1:RWIZEg2iJ8/g6fDDYzMpobmaoGh5OLl4AXtGUGPcqCs=
github.com/tidwall/pretty v1.2.0/go.mod h1:ITEVvHYasfjBbM0u2Pg8T2nJnzm8xPwvNhhsoaGGjNU=
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 h1:6fotK7otjonDflCTK0BCfls4SPy3NcCVb5dqqmbRknE=
github.com/vrutkovs/library-go v0.0.0-20231122144858-bd3a034d7b33 h1:zrh5/6tKgXu0RLczcYFSh5H6P8qAEDF5jyMTjZkp8uU=
github.com/vrutkovs/library-go v0.0.0-20231122144858-bd3a034d7b33/go.mod h1:8UzmrBMCn7+GzouL8DVYkL9COBQTB1Ggd13/mHJQCUg=
github.com/vrutkovs/library-go v0.0.0-20231128081504-a568dda48dc2 h1:HmnhHnWSxZ6Z13gs/iKYd3vonzVFuOYqJVVmnsew2r0=
github.com/vrutkovs/library-go v0.0.0-20231128081504-a568dda48dc2/go.mod h1:8UzmrBMCn7+GzouL8DVYkL9COBQTB1Ggd13/mHJQCUg=
github.com/vultr/govultr/v2 v2.17.2 h1:gej/rwr91Puc/tgh+j33p/BLR16UrIPnSr+AIwYWZQs=
github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Expand Up @@ -416,7 +416,7 @@ github.com/openshift/client-go/security/clientset/versioned/fake
github.com/openshift/client-go/security/clientset/versioned/scheme
github.com/openshift/client-go/security/clientset/versioned/typed/security/v1
github.com/openshift/client-go/security/clientset/versioned/typed/security/v1/fake
# github.com/openshift/library-go v0.0.0-20231102154438-cfcf2b4fbc87 => github.com/vrutkovs/library-go v0.0.0-20231122144858-bd3a034d7b33
# github.com/openshift/library-go v0.0.0-20231102154438-cfcf2b4fbc87 => github.com/vrutkovs/library-go v0.0.0-20231128081504-a568dda48dc2
## explicit; go 1.20
github.com/openshift/library-go/pkg/authorization/hardcodedauthorizer
github.com/openshift/library-go/pkg/certs
Expand Down Expand Up @@ -1575,4 +1575,4 @@ sigs.k8s.io/structured-merge-diff/v4/value
# sigs.k8s.io/yaml v1.3.0
## explicit; go 1.12
sigs.k8s.io/yaml
# github.com/openshift/library-go => github.com/vrutkovs/library-go v0.0.0-20231122144858-bd3a034d7b33
# github.com/openshift/library-go => github.com/vrutkovs/library-go v0.0.0-20231128081504-a568dda48dc2

0 comments on commit cdd19be

Please sign in to comment.