mirror of
https://github.com/awfufu/go-hurobot.git
synced 2026-03-01 05:29:43 +08:00
23 lines
616 B
Modula-2
23 lines
616 B
Modula-2
module github.com/awfufu/go-hurobot
|
|
|
|
go 1.25.5
|
|
|
|
require (
|
|
github.com/Knetic/govaluate v3.0.0+incompatible
|
|
github.com/awfufu/qbot v0.2.2
|
|
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
gorm.io/driver/sqlite v1.6.0
|
|
gorm.io/gorm v1.31.1
|
|
)
|
|
|
|
require (
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
golang.org/x/text v0.20.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|