57f6f23294
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/google/uuid/releases) - [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
14 lines
368 B
Modula-2
14 lines
368 B
Modula-2
module github.com/unistack-org/micro/v3
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/ef-ds/deque v1.0.4
|
|
github.com/google/uuid v1.3.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
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed
|
|
)
|