23 lines
516 B
Modula-2
23 lines
516 B
Modula-2
module github.com/tx7do/go-utils/query_parser
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.2
|
|
|
|
require (
|
|
github.com/go-kratos/kratos/v2 v2.8.4
|
|
github.com/stretchr/testify v1.10.0
|
|
github.com/tx7do/go-utils v1.1.28
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace github.com/tx7do/go-utils => ../
|