mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
datadog statsd client contained a race condition - was fixed in master Server.Logger contained a race where multiple loggers could write to the same output io.Writer TestMain_FrameRestore contained a race where it tried to change a cluster's nodes while it was running (which conflicted with antiEntropy reading that state).
18 lines
632 B
TOML
18 lines
632 B
TOML
# This file intentionally left blank as all needed dependencies are imported by
|
|
# the project and thus tracked by `dep`.
|
|
# See https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md for details.
|
|
|
|
[[constraint]]
|
|
name = "github.com/satori/go.uuid"
|
|
version = "1.1.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/shirou/gopsutil"
|
|
version = "2.17.11"
|
|
|
|
[[constraint]]
|
|
# Required: the root import path of the project being constrained.
|
|
name = "github.com/DataDog/datadog-go"
|
|
# Recommended: the version constraint to enforce for the project.
|
|
# Only one of "branch", "version" or "revision" can be specified.
|
|
branch = "master"
|