added common network with catalog and started conf implementation

This commit is contained in:
pb
2023-10-25 11:46:14 +02:00
parent f3c3c67e2c
commit 2fd85737d1
7 changed files with 72 additions and 3 deletions

2
go.mod
View File

@@ -4,8 +4,10 @@ go 1.15
require (
github.com/antihax/optional v1.0.0
github.com/beego/beego v1.12.12
github.com/beego/beego/v2 v2.0.1
github.com/coreos/go-oidc v2.2.1+incompatible
github.com/goraz/onion v0.1.3
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
github.com/sbabiv/xml2map v1.2.0
github.com/smartystreets/goconvey v1.6.4