kopia lustrzana https://github.com/bugout-dev/moonstream
17 wiersze
450 B
Modula-2
17 wiersze
450 B
Modula-2
module github.com/bugout-dev/moonstream/nodes/node_balancer
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/bugout-dev/bugout-go v0.4.6
|
|
github.com/bugout-dev/humbug/go v0.0.0-20230713220619-2cd74a2b36d7
|
|
github.com/google/uuid v1.6.0
|
|
github.com/urfave/cli/v2 v2.27.5
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
|
|
)
|