zookeeper/go.mod

9 lines
185 B
Modula-2
Raw Normal View History

2022-10-10 03:29:59 +00:00
module git.selly.red/Selly-Modules/zookeeper
2021-08-09 03:12:08 +00:00
go 1.16
require (
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/samuel/go-zookeeper v0.0.0-20201211165307-7117e9ea2414
)