Response Error struct added
This commit is contained in:
8
go.mod
8
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user