20 lines
387 B
Modula-2
20 lines
387 B
Modula-2
module github.com/beckn/beckn-onix
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.23.7
|
|
|
|
require golang.org/x/crypto v0.36.0
|
|
|
|
require (
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/rs/zerolog v1.33.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
)
|
|
|
|
require (
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|