22 lines
549 B
Modula-2
22 lines
549 B
Modula-2
module lbank_connector_go
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0
|
|
github.com/gorilla/websocket v1.5.1
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
github.com/tidwall/gjson v1.17.0
|
|
go.uber.org/zap v1.26.0
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|