Skip to content

✨ Trim Gopkg.toml #353

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
336 changes: 103 additions & 233 deletions Gopkg.lock

Large diffs are not rendered by default.

41 changes: 14 additions & 27 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# Packages required by users
# NB(directxman12): be very careful how you word these --
# dep considers them as a dependency on the package you list
# meaning that if there's a main.go in the root package
# (like in apiextensions-apiserver), you'll pull it's deps in.
required = ["sigs.k8s.io/testing_frameworks/integration",
"k8s.io/client-go/plugin/pkg/client/auth",
"github.com/spf13/pflag",
"github.com/emicklei/go-restful",
"github.com/go-openapi/spec",
"k8s.io/kube-openapi/pkg/common",
"k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1",
"k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset",
"github.com/prometheus/client_golang/prometheus",
]

[[constraint]]
name = "k8s.io/api"
version = "kubernetes-1.13.4"
Expand All @@ -46,19 +30,19 @@ required = ["sigs.k8s.io/testing_frameworks/integration",

[[constraint]]
name = "sigs.k8s.io/testing_frameworks"
version = "v0.1.1"
version = "0.1.1"

[[constraint]]
name = "github.com/onsi/ginkgo"
version = "v1.5.0"
version = "1.5.0"

[[constraint]]
name = "github.com/onsi/gomega"
version = "v1.4.0"
version = "1.4.0"

[[constraint]]
name = "github.com/ghodss/yaml"
version = "1.0.0"
name = "sigs.k8s.io/yaml"
version = "1.1.0"

[[constraint]]
name = "go.uber.org/zap"
Expand All @@ -71,18 +55,21 @@ required = ["sigs.k8s.io/testing_frameworks/integration",
# these are not listed explicitly until we get version tags,
# since dep doesn't like bare revision dependencies

# [[constraint]]
# name = "github.com/go-logr/logr"
#
# [[constraint]]
# name = "github.com/go-logr/zapr"
[[constraint]]
name = "github.com/go-logr/logr"
version = "0.1.0"

[[constraint]]
name = "github.com/go-logr/zapr"
version = "0.1.1"

# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
version="v1.4.7"
version="1.4.7"

[prune]
go-tests = true
unused-packages = true
non-go = true
2 changes: 1 addition & 1 deletion pkg/envtest/crd.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (
"path/filepath"
"time"

"github.com/ghodss/yaml"
apiextensionsv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1"
"k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"
"k8s.io/apimachinery/pkg/runtime/schema"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/rest"
"sigs.k8s.io/yaml"
)

// CRDInstallOptions are the options for installing CRDs
Expand Down
191 changes: 0 additions & 191 deletions vendor/github.com/Azure/go-autorest/LICENSE

This file was deleted.

Loading