zookeeper/go.mod

9 lines
182 B
Modula-2
Raw Permalink Normal View History

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