Changes to Response Error struct

This commit is contained in:
tanyamadaan
2025-03-19 13:54:23 +05:30
22 changed files with 1532 additions and 84 deletions

8
go.mod
View File

@@ -1,10 +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
)
require golang.org/x/text v0.14.0 // indirect
require (
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0
golang.org/x/text v0.14.0 // indirect
)