ai_xiaopei
2026-07-25 1ce8e677f96b77a95f18a62d4ca64e5e26826f5a
1
2
3
4
5
6
7
8
9
10
11
module github.com/aisim/kb-cli
 
go 1.22.2
 
require (
    github.com/inconshreveable/mousetrap v1.1.0 // indirect
    github.com/mattn/go-sqlite3 v1.14.22 // indirect
    github.com/spf13/cobra v1.8.0 // indirect
    github.com/spf13/pflag v1.0.5 // indirect
    gopkg.in/yaml.v3 v3.0.1 // indirect
)