examples/ogx/dbfixture/go.mod

20 lines
516 B
Modula-2

module gitee.com/chentanyang/ogx/dbfixture
go 1.18
replace gitee.com/chentanyang/ogx => ../
require (
gitee.com/chentanyang/ogx v1.0.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec // indirect
)