mirror of
https://github.com/singchia/frontier.git
synced 2025-09-26 20:31:25 +08:00
42 lines
1.4 KiB
Modula-2
42 lines
1.4 KiB
Modula-2
module github.com/singchia/frontier
|
|
|
|
go 1.20
|
|
|
|
replace github.com/singchia/geminio => ../../moresec/singchia/geminio
|
|
|
|
require (
|
|
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.1
|
|
github.com/singchia/go-timer/v2 v2.2.1
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/spf13/pflag v1.0.5
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20240304212257-790db918fca8
|
|
google.golang.org/grpc v1.62.1
|
|
google.golang.org/protobuf v1.33.0
|
|
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.120.1
|
|
)
|
|
|
|
require (
|
|
github.com/go-kratos/aegis v0.2.0 // indirect
|
|
github.com/go-logr/logr v1.4.1 // indirect
|
|
github.com/go-playground/form/v4 v4.2.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/gorilla/mux v1.8.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.17 // indirect
|
|
github.com/singchia/yafsm v1.0.1 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|