File tree Expand file tree Collapse file tree 17 files changed +9
-9
lines changed
github.com/openshift/osincli Expand file tree Collapse file tree 17 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ go 1.22.0
55toolchain go1.22.1
66
77require (
8- github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2
98 github.com/blang/semver/v4 v4.0.0
109 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
1110 github.com/distribution/distribution/v3 v3.0.0-20230511163743-f7717b7855ca
@@ -23,6 +22,7 @@ require (
2322 github.com/openshift/api v0.0.0-20250108172834-78bd56dba39b
2423 github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660
2524 github.com/openshift/client-go v0.0.0-20241203091221-452dfb8fa071
25+ github.com/openshift/osincli v0.0.0-20160924135400-fababb0555f2
2626 github.com/pkg/errors v0.9.1
2727 github.com/pkg/profile v1.7.0
2828 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.74.0
Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e h1:ZU22z/2YRFLyf/
22github.com/Azure/go-ntlmssp v0.0.0-20211209120228-48547f28849e /go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU =
33github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I =
44github.com/NYTimes/gziphandler v1.1.1 /go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c =
5- github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 h1:x8Brv0YNEe6jY3V/hQglIG2nd8g5E2Zj5ubGKkPQctQ =
6- github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2 /go.mod h1:XyjUkMA8GN+tOOPXvnbi3XuRxWFvTJntqvTFnjmhzbk =
75github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
86github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
97github.com/antlr4-go/antlr/v4 v4.13.0 h1:lxCg3LAv+EUK6t1i0y1V6/SLeUi0eKEKdhQAlS8TVTI =
@@ -210,6 +208,8 @@ github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660 h1:F0
210208github.com/openshift/build-machinery-go v0.0.0-20240613134303-8359781da660 /go.mod h1:8jcm8UPtg2mCAsxfqKil1xrmRMI3a+XU2TZ9fF8A7TE =
211209github.com/openshift/client-go v0.0.0-20241203091221-452dfb8fa071 h1:l0++HnGVKBcs8kXFL/1yeozxioxPGNpp0PYe3Y+0sq4 =
212210github.com/openshift/client-go v0.0.0-20241203091221-452dfb8fa071 /go.mod h1:gL0laCCiIaNTNw1ZsMQZXBVu2NeQFpNWm9bLtYO9+ZU =
211+ github.com/openshift/osincli v0.0.0-20160924135400-fababb0555f2 h1:9oADVMmPa4G60MQtoSjD26aD/vZreqbIAfiUiO220eY =
212+ github.com/openshift/osincli v0.0.0-20160924135400-fababb0555f2 /go.mod h1:Riv9DbfKiX3y9ebcS4PHU4zLhVXu971+4jCVwKIue5M =
213213github.com/orisano/pixelmatch v0.0.0-20220722002657-fb0b55479cde /go.mod h1:nZgzbfBr3hhjoZnS66nKrHmduYNpc34ny7RK4z5/HM0 =
214214github.com/pkg/errors v0.8.0 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
215215github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313 "slices"
1414 "strings"
1515
16- "github.com/RangelReale /osincli"
16+ "github.com/openshift /osincli"
1717
1818 apierrs "k8s.io/apimachinery/pkg/api/errors"
1919 metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
@@ -43,7 +43,7 @@ const (
4343 // openShiftCLIBrowserClientID the name of the CLI client for logging in through a browser
4444 openShiftCLIBrowserClientID = "openshift-cli-client"
4545
46- // pkce_s256 is sha256 hash per RFC7636, copied from github.com/RangelReale /osincli/pkce.go
46+ // pkce_s256 is sha256 hash per RFC7636, copied from github.com/openshift /osincli/pkce.go
4747 pkce_s256 = "S256"
4848
4949 // token fakes the missing osin.TOKEN const
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
1515 "testing"
1616 "time"
1717
18- "github.com/RangelReale /osincli"
18+ "github.com/openshift /osincli"
1919 "github.com/google/go-cmp/cmp"
2020
2121 "k8s.io/apimachinery/pkg/util/diff"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments