mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
22 lines
708 B
TOML
22 lines
708 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"
|
|
|
|
[[constraint]]
|
|
name = "github.com/gorilla/handlers"
|
|
version = "=1.3.0"
|