mirror of
https://github.com/kubernetes-sigs/node-feature-discovery.git
synced 2024-12-14 11:57:51 +00:00
88b55dcc50
Due to the constraint, pretty old version is being used. Update the cpuid package to the latest master to get, e.g., AVX512_VNNI and VMX detection. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
102 lines
2.4 KiB
TOML
102 lines
2.4 KiB
TOML
# Gopkg.toml example
|
|
#
|
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project"
|
|
# version = "1.0.0"
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project2"
|
|
# branch = "dev"
|
|
# source = "github.com/myfork/project2"
|
|
#
|
|
# [[override]]
|
|
# name = "github.com/x/y"
|
|
# version = "2.4.0"
|
|
#
|
|
# [prune]
|
|
# non-go = false
|
|
# go-tests = true
|
|
# unused-packages = true
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|
|
|
|
[[constraint]]
|
|
name = "github.com/docopt/docopt-go"
|
|
version = "0.6.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/klauspost/cpuid"
|
|
revision = "5a626f7029c910cc8329dae5405ee4f65034bce5"
|
|
|
|
[[constraint]]
|
|
name = "github.com/smartystreets/goconvey"
|
|
version = "1.6.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "1.2.2"
|
|
|
|
[[constraint]]
|
|
name = "github.com/vektra/errors"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "k8s.io/kubernetes"
|
|
version = "~1.13.0"
|
|
|
|
# The k8s "sub-"packages do not have versions that would be correctly
|
|
# interpreted by dep (or the semver library). Thus, we need to use tag names,
|
|
# directly.
|
|
[[override]]
|
|
name = "k8s.io/api"
|
|
version = "kubernetes-1.13.5"
|
|
[[override]]
|
|
name = "k8s.io/apimachinery"
|
|
version = "kubernetes-1.13.5"
|
|
[[override]]
|
|
name = "k8s.io/apiserver"
|
|
version = "kubernetes-1.13.5"
|
|
[[override]]
|
|
name = "k8s.io/apiextensions-apiserver"
|
|
version = "kubernetes-1.13.5"
|
|
[[override]]
|
|
name = "k8s.io/kube-aggregator"
|
|
version = "kubernetes-1.13.5"
|
|
[[override]]
|
|
name = "k8s.io/client-go"
|
|
version = "kubernetes-1.13.5"
|
|
|
|
# k8s.io/apiserver requires the latest master
|
|
[[override]]
|
|
name = "github.com/evanphx/json-patch"
|
|
revision = "5858425f75500d40c52783dce87d085a483ce135"
|
|
|
|
# Use revision because no proper versions exist
|
|
[[override]]
|
|
name = "k8s.io/kube-openapi"
|
|
revision = "d7c86cdc46e3a4fcf892b32dd7bc3aa775e0870e"
|
|
|
|
[[constraint]]
|
|
name = "github.com/golang/protobuf"
|
|
version = "1.2.0"
|
|
|
|
[[constraint]]
|
|
name = "google.golang.org/grpc"
|
|
version = "1.17.0"
|
|
|
|
# Workaround https://github.com/golang/dep/issues/1799
|
|
[[override]]
|
|
name = "gopkg.in/fsnotify.v1"
|
|
source = "github.com/fsnotify/fsnotify"
|
|
|
|
[[override]]
|
|
name = "github.com/docker/distribution"
|
|
version = "v2.7.0-rc.0"
|