1
0
mirror of https://github.com/go-micro/go-micro.git synced 2024-12-24 10:07:04 +02:00
go-micro/plugins/auth/jwt/go.mod
2020-12-29 15:49:26 +00:00

9 lines
191 B
Modula-2

module github.com/micro/go-micro/plugins/auth/jwt/v2
go 1.15
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/micro/go-micro/v2 v2.9.2-0.20201226154210-35d72660c801
)