rpc: add basic avaiable rpc

This commit is contained in:
singchia
2024-02-27 09:08:21 +08:00
parent cd27cb0b2f
commit a62106cc8c
20 changed files with 145 additions and 125 deletions

8
go.mod
View File

@@ -2,10 +2,8 @@ module github.com/singchia/frontier
go 1.20
replace github.com/singchia/geminio => ../../moresec/singchia/geminio
require (
github.com/jumboframes/armorigo v0.3.0
github.com/jumboframes/armorigo v0.4.0-rc.1
github.com/singchia/geminio v1.1.5-rc.1
github.com/singchia/go-timer/v2 v2.2.1
github.com/soheilhy/cmux v0.1.5
@@ -13,11 +11,11 @@ require (
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/sqlite v1.5.4
gorm.io/gorm v1.25.5
k8s.io/klog/v2 v2.110.1
k8s.io/klog/v2 v2.120.1
)
require (
github.com/go-logr/logr v1.3.0 // indirect
github.com/go-logr/logr v1.4.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/mattn/go-sqlite3 v1.14.17 // indirect