Skip to content

Go: Fix missing go-jose package path #17104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

owen-mc
Copy link
Contributor

@owen-mc owen-mc commented Jul 31, 2024

It has had quite a few different import paths in the past.

@owen-mc owen-mc added the no-change-note-required This PR does not need a change note label Jul 31, 2024
@owen-mc owen-mc requested a review from a team as a code owner July 31, 2024 06:20
@github-actions github-actions bot added the Go label Jul 31, 2024
Copy link
Contributor

⚠️ The head of this PR and the base branch were compared for differences in the framework coverage reports. The generated reports are available in the artifacts of this workflow run. The differences will be picked up by the nightly job after the PR gets merged.

Click to show differences in coverage

go

Generated file changes for go

  • Changes to framework-coverage-go.rst:
-    Others,"``github.com/ChrisTrenkamp/goxpath``, ``github.com/antchfx/htmlquery``, ``github.com/antchfx/jsonquery``, ``github.com/antchfx/xmlquery``, ``github.com/antchfx/xpath``, ``github.com/appleboy/gin-jwt``, ``github.com/go-xmlpath/xmlpath``, ``github.com/gobwas/ws``, ``github.com/gogf/gf-jwt``, ``github.com/gorilla/websocket``, ``github.com/jbowtie/gokogiri/xml``, ``github.com/jbowtie/gokogiri/xpath``, ``github.com/lestrrat-go/libxml2/parser``, ``github.com/santhosh-tekuri/xpathparser``, ``nhooyr.io/websocket``",7,,37
+    Others,"``github.com/ChrisTrenkamp/goxpath``, ``github.com/antchfx/htmlquery``, ``github.com/antchfx/jsonquery``, ``github.com/antchfx/xmlquery``, ``github.com/antchfx/xpath``, ``github.com/appleboy/gin-jwt``, ``github.com/go-xmlpath/xmlpath``, ``github.com/gobwas/ws``, ``github.com/gogf/gf-jwt``, ``github.com/gorilla/websocket``, ``github.com/jbowtie/gokogiri/xml``, ``github.com/jbowtie/gokogiri/xpath``, ``github.com/lestrrat-go/libxml2/parser``, ``github.com/santhosh-tekuri/xpathparser``, ``gopkg.in/go-jose/go-jose``, ``gopkg.in/go-jose/go-jose/jwt``, ``nhooyr.io/websocket``",7,4,40
-    Totals,,267,902,94
+    Totals,,267,906,97
  • Changes to framework-coverage-go.csv:
+ gopkg.in/go-jose/go-jose,2,,,2,,,,,,,
+ gopkg.in/go-jose/go-jose/jwt,1,,4,,1,,,,,4,

@owen-mc owen-mc force-pushed the go/add-extra-go-jose-package-path branch from 7edfc68 to e4cd29e Compare July 31, 2024 10:10
Copy link
Contributor

@egregius313 egregius313 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@owen-mc owen-mc merged commit 97c9207 into github:main Jul 31, 2024
13 checks passed
@owen-mc owen-mc deleted the go/add-extra-go-jose-package-path branch July 31, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Go no-change-note-required This PR does not need a change note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants