mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 04:30:57 +01:00
put shared code into own mod (common), + apicontext env vars
This commit is contained in:
3
go.mod
3
go.mod
@@ -13,6 +13,7 @@ require (
|
||||
github.com/knadh/koanf/providers/posflag v0.1.0
|
||||
github.com/knadh/koanf/v2 v2.0.0
|
||||
github.com/spf13/pflag v1.0.5
|
||||
github.com/tlinden/cenophane/common v0.0.0-00010101000000-000000000000
|
||||
go.etcd.io/bbolt v1.3.7
|
||||
)
|
||||
|
||||
@@ -38,3 +39,5 @@ require (
|
||||
github.com/valyala/tcplisten v1.0.0 // indirect
|
||||
golang.org/x/sys v0.4.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/tlinden/cenophane/common => ./common
|
||||
|
||||
Reference in New Issue
Block a user