Lightest nats behaviors, less code
This commit is contained in:
8
go.mod
8
go.mod
@@ -5,12 +5,16 @@ go 1.24.6
|
||||
toolchain go1.24.11
|
||||
|
||||
require (
|
||||
cloud.o-forge.io/core/oc-lib v0.0.0-20260205143023-b9e7ce20b6d9
|
||||
cloud.o-forge.io/core/oc-lib v0.0.0-20260218132556-0b41e2505e2f
|
||||
github.com/beego/beego/v2 v2.3.8
|
||||
github.com/smartystreets/goconvey v1.7.2
|
||||
)
|
||||
|
||||
require gopkg.in/yaml.v2 v2.2.8 // indirect
|
||||
require (
|
||||
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
||||
github.com/libp2p/go-libp2p/core v0.43.0-rc2 // indirect
|
||||
gopkg.in/yaml.v2 v2.2.8 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/beego/beego v1.12.14
|
||||
|
||||
Reference in New Issue
Block a user