b1b3b58f31
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](https://github.com/golang-jwt/jwt/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
438 B
Modula-2
15 lines
438 B
Modula-2
module github.com/unistack-org/micro/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/ef-ds/deque v1.0.4
|
|
github.com/golang-jwt/jwt/v4 v4.1.0
|
|
github.com/imdario/mergo v0.3.12
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/silas/dag v0.0.0-20210121180416-41cf55125c34
|
|
github.com/unistack-org/micro-proto v0.0.9
|
|
golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|