updated router

This commit is contained in:
tanyamadaan
2025-03-27 11:28:45 +05:30
parent a5e0c0ca19
commit a9ffe29a6e
12 changed files with 282 additions and 322 deletions

14
go.mod
View File

@@ -1,13 +1,8 @@
module github.com/beckn/beckn-onix
go 1.23.4
go 1.24
toolchain go1.23.7
require (
github.com/santhosh-tekuri/jsonschema/v6 v6.0.1
golang.org/x/crypto v0.36.0
)
require golang.org/x/crypto v0.36.0
require (
github.com/kr/pretty v0.3.1 // indirect
@@ -15,10 +10,7 @@ require (
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)
require (
github.com/zenazn/pkcs7pad v0.0.0-20170308005700-253a5b1f0e03
golang.org/x/text v0.23.0 // indirect
)
require github.com/zenazn/pkcs7pad v0.0.0-20170308005700-253a5b1f0e03
require (
golang.org/x/sys v0.31.0 // indirect