mirror of
https://github.com/singchia/frontier.git
synced 2025-09-27 04:36:18 +08:00
doc: add roadmap file
This commit is contained in:
11
ROADMAP.md
Normal file
11
ROADMAP.md
Normal file
@@ -0,0 +1,11 @@
|
||||
## Planned features
|
||||
|
||||
### Cluster
|
||||
- Atlas to support cluster
|
||||
|
||||
### Multiple MQ
|
||||
- Kafka
|
||||
- Nats/JetStream
|
||||
- Redis
|
||||
- NSQ
|
||||
- Rabbitmq/AMQP
|
1
go.mod
1
go.mod
@@ -3,7 +3,6 @@ module github.com/singchia/frontier
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
|
||||
github.com/go-kratos/kratos/v2 v2.7.2
|
||||
github.com/jumboframes/armorigo v0.4.0-rc.1
|
||||
github.com/singchia/geminio v1.1.5-rc.2
|
||||
|
2
go.sum
2
go.sum
@@ -4,8 +4,6 @@ github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tN
|
||||
github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
|
||||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=
|
||||
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
|
||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=
|
||||
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
|
||||
github.com/census-instrumentation/opencensus-proto v0.4.1 h1:iKLQ0xPNFxR/2hzXZMrBo8f1j86j5WHzznCCQxV/b8g=
|
||||
github.com/cncf/xds/go v0.0.0-20231128003011-0fa0005c9caa h1:jQCWAUqqlij9Pgj2i/PB79y4KOPYVyFYdROxgaCwdTQ=
|
||||
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
||||
|
Reference in New Issue
Block a user