Response Error struct added

This commit is contained in:
tanyamadaan
2025-03-19 14:23:44 +05:30
parent 84501b92f4
commit d422743dcc
14 changed files with 35 additions and 928 deletions

8
go.mod
View File

@@ -1,16 +1,16 @@
module github.com/beckn/beckn-onix
go 1.23.4
toolchain go1.23.7
require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
gopkg.in/yaml.v2 v2.4.0
golang.org/x/crypto v0.36.0
gopkg.in/yaml.v2 v2.4.0
)
require (
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0
golang.org/x/text v0.14.0 // indirect
)
golang.org/x/text v0.23.0 // indirect
)