File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,7 @@ require (
66 github.com/1password/onepassword-sdk-go v0.3.1
77 github.com/google/go-github/v71 v71.0.0
88 github.com/google/go-github/v81 v81.0.0
9- github.com/google/go-github/v81 v81.0.0
10- github.com/jferrl/go-githubauth v1.5.0
9+ github.com/jferrl/go-githubauth v1.5.1
1110 github.com/jferrl/go-githubauth/v2 v2.0.0
1211 go.opentelemetry.io/contrib/bridges/otelslog v0.14.0
1312 go.opentelemetry.io/otel v1.39.0
@@ -34,7 +33,7 @@ require (
3433 github.com/go-logr/logr v1.4.3 // indirect
3534 github.com/go-logr/stdr v1.2.2 // indirect
3635 github.com/gobwas/glob v0.2.3 // indirect
37- github.com/golang-jwt/jwt/v5 v5.3.0 // indirect
36+ github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
3837 github.com/google/go-github/v74 v74.0.0 // indirect
3938 github.com/google/go-querystring v1.1.0 // indirect
4039 github.com/google/uuid v1.6.0 // indirect
Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=
2121github.com/gobwas/glob v0.2.3 /go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8 =
2222github.com/golang-jwt/jwt/v5 v5.3.0 h1:pv4AsKCKKZuqlgs5sUmn4x8UlGa0kEVt/puTpKx9vvo =
2323github.com/golang-jwt/jwt/v5 v5.3.0 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
24+ github.com/golang-jwt/jwt/v5 v5.3.1 h1:kYf81DTWFe7t+1VvL7eS+jKFVWaUnK9cB1qbwn63YCY =
25+ github.com/golang-jwt/jwt/v5 v5.3.1 /go.mod h1:fxCRLWMO43lRc8nhHWY6LGqRcf+1gQWArsqaEUEa5bE =
2426github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
2527github.com/golang/protobuf v1.5.4 /go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps =
2628github.com/google/go-cmp v0.5.2 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
@@ -51,6 +53,8 @@ github.com/jferrl/go-githubauth v1.4.2 h1:kMAsSIWBTTy3MNMOna7OTseNvNLsXl/ME4+1Sn
5153github.com/jferrl/go-githubauth v1.4.2 /go.mod h1:JZ6Ta7xaGYCsVOcX/gg++F+J68nV32zlnppQb3MNco8 =
5254github.com/jferrl/go-githubauth v1.5.0 h1:0zv6YqxGwtu2pjtb1DP2vaPVhdsIlyy4AhrjWryJTY8 =
5355github.com/jferrl/go-githubauth v1.5.0 /go.mod h1:dwyfWjg9p59UvnSVevlPGGiVfVluPgezLlHBMLD5qs0 =
56+ github.com/jferrl/go-githubauth v1.5.1 h1:otHMf7Q6+Hw98fEznIUewsrhayXQqXinhNLc7uqYbco =
57+ github.com/jferrl/go-githubauth v1.5.1 /go.mod h1:/TwNj2nXg/u0wrTnz8+BjJDThDKaScqsczu7Ryj+v2s =
5458github.com/jferrl/go-githubauth/v2 v2.0.0 /go.mod h1:CWegJ0VNNWoqKsTxXCMFUHkxaL3/2+Wkl2am0O0zoyg =
5559github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
5660github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
You can’t perform that action at this time.
0 commit comments