spark-operator/Gopkg.toml

111 lines
2.5 KiB
TOML

#
# Copyright 2017 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# 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"
required = [
"k8s.io/code-generator/cmd/client-gen",
"k8s.io/code-generator/cmd/deepcopy-gen",
"k8s.io/code-generator/cmd/defaulter-gen",
]
[[constraint]]
branch = "master"
name = "github.com/prometheus/client_golang"
[[constraint]]
name = "github.com/google/go-cloud"
version = "0.1.0"
[[constraint]]
name = "cloud.google.com/go"
version = "0.18.0"
[[constraint]]
name = "github.com/aws/aws-sdk-go"
version = "1.14.6"
[[constraint]]
branch = "master"
name = "github.com/golang/glog"
[[constraint]]
name = "github.com/spf13/cobra"
version = "0.0.1"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.1.4"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[[constraint]]
branch = "release-1.11"
name = "k8s.io/api"
[[constraint]]
branch = "release-1.11"
name = "k8s.io/apiextensions-apiserver"
[[constraint]]
branch = "release-1.11"
name = "k8s.io/apimachinery"
[[constraint]]
branch = "release-8.0"
name = "k8s.io/client-go"
[[override]]
name = "github.com/Azure/go-autorest"
version = "v10.0.0"
[[constraint]]
branch = "master"
name = "github.com/olekukonko/tablewriter"
[[constraint]]
name = "github.com/robfig/cron"
revision = "df38d32658d8788cd446ba74db4bb5375c4b0cb3"
[[constraint]]
branch = "master"
name = "k8s.io/code-generator"
[[constraint]]
name = "github.com/evanphx/json-patch"
version = "3.0.0"