18 lines
297 B
Modula-2
18 lines
297 B
Modula-2
module github.com/beckn/beckn-onix
|
|
|
|
go 1.23.4
|
|
|
|
toolchain go1.23.7
|
|
|
|
require (
|
|
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
|
|
golang.org/x/crypto v0.36.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|