feat: trans util
This commit is contained in:
18
jwtutil/go.mod
Normal file
18
jwtutil/go.mod
Normal file
@@ -0,0 +1,18 @@
|
||||
module github.com/tx7do/go-utils/jwtutil
|
||||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.1
|
||||
|
||||
require (
|
||||
github.com/golang-jwt/jwt/v5 v5.1.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
||||
replace github.com/tx7do/go-utils => ../
|
||||
Reference in New Issue
Block a user