Lightest nats behaviors, less code

This commit is contained in:
mr
2026-02-18 14:34:30 +01:00
parent 1b3b33163f
commit aed1a26d9d
10 changed files with 210 additions and 325 deletions

8
go.mod
View File

@@ -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