20 lines
352 B
Modula-2
20 lines
352 B
Modula-2
module beckn-onix
|
|
|
|
go 1.23.4
|
|
|
|
require (
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/stretchr/testify v1.10.0
|
|
golang.org/x/text v0.14.0 // indirect
|
|
)
|