mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-11 17:18:28 +02:00
11 lines
252 B
Modula-2
11 lines
252 B
Modula-2
module github.com/asim/go-micro/plugins/store/memory/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/kr/pretty v0.1.0
|
|
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pkg/errors v0.9.1
|
|
)
|