featurebase/etcd
Seebs a6aa1097f1 listen on localhost:0 instead of :0
MacOS's firewall complains about a previously unknown app trying to
listen for network connections whenever we run go test. That's because
we *are* listening for network connections on arbitrary interfaces, not
just on localhost as we probably intended. Fix that.
2022-03-18 13:38:30 -05:00
..
embed.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
leasedkv.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
leasedkv_test.go listen on localhost:0 instead of :0 2022-03-18 13:38:30 -05:00