Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/golang-jwt/jwt/v5

go 1.18
go 1.21
3 changes: 0 additions & 3 deletions rsa_pss.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build go1.4
// +build go1.4

package jwt

import (
Expand Down
3 changes: 0 additions & 3 deletions rsa_pss_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build go1.4
// +build go1.4

package jwt_test

import (
Expand Down