mirror of
https://github.com/go-micro/go-micro.git
synced 2025-01-23 17:53:05 +02:00
11 lines
229 B
Modula-2
11 lines
229 B
Modula-2
module github.com/asim/go-micro/plugins/store/file/v3
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/kr/pretty v0.1.0
|
|
github.com/asim/go-micro/v3 v3.0.0-20210120135431-d94936f6c97c
|
|
go.etcd.io/bbolt v1.3.4
|
|
)
|