goaidb/go.mod

19 lines
623 B
Modula-2
Raw Normal View History

2025-06-06 20:47:59 +08:00
module git.pyer.club/kingecg/goaidb
2025-06-05 17:59:27 +08:00
go 1.23
// 可选如果使用MongoDB官方驱动进行测试
// replace github.com/mongodb/mongo-go-driver => github.com/mongodb/mongo-go-driver/v2 v2.0.0
// require github.com/mongodb/mongo-go-driver/v2 v2.0.0
require (
2025-06-06 20:47:59 +08:00
git.pyer.club/kingecg/gologger v1.0.8 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
2025-06-05 21:05:36 +08:00
github.com/fsnotify/fsnotify v1.9.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
2025-06-05 21:05:36 +08:00
golang.org/x/sys v0.13.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)