mirror of
https://github.com/go-micro/go-micro.git
synced 2024-12-12 08:23:58 +02:00
30 lines
998 B
Modula-2
30 lines
998 B
Modula-2
module github.com/asim/go-micro/plugins/store/file/v4
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/kr/pretty v0.2.1
|
|
go-micro.dev/v4 v4.2.1
|
|
go.etcd.io/bbolt v1.3.6
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-cmp v0.5.6 // indirect
|
|
github.com/google/uuid v1.2.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/miekg/dns v1.1.43 // indirect
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
|
golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79 // indirect
|
|
golang.org/x/text v0.3.6 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
|
)
|
|
|
|
replace go-micro.dev/v4 => ../../../../go-micro
|