mirror of
https://github.com/singchia/frontier.git
synced 2025-09-26 20:31:25 +08:00
27 lines
689 B
Modula-2
27 lines
689 B
Modula-2
module github.com/singchia/frontier
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/jumboframes/armorigo v0.3.0
|
|
github.com/singchia/geminio v1.1.1
|
|
|
|
github.com/singchia/go-timer/v2 v2.2.1
|
|
github.com/soheilhy/cmux v0.1.5
|
|
github.com/spf13/pflag v1.0.5
|
|
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
|
|
)
|
|
|
|
require (
|
|
github.com/go-logr/logr v1.3.0 // 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
|
|
github.com/singchia/yafsm v1.0.1 // indirect
|
|
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb // indirect
|
|
golang.org/x/text v0.3.3 // indirect
|
|
)
|