11 lines
163 B
Modula-2
11 lines
163 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 golang.org/x/text v0.14.0 // indirect
|