Skip to content

Commit

Permalink
Merge pull request #236 from detiber/updateCAPI
Browse files Browse the repository at this point in the history
🏃 Update dependencies
  • Loading branch information
k8s-ci-robot committed Apr 20, 2021
2 parents 2dd1d4c + 38d7d56 commit bba2102
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 48 deletions.
3 changes: 0 additions & 3 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import (
"sigs.k8s.io/controller-runtime/pkg/envtest"
"sigs.k8s.io/controller-runtime/pkg/envtest/printer"
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

infrastructurev1alpha3 "sigs.k8s.io/cluster-api-provider-packet/api/v1alpha3"
clusterv1 "sigs.k8s.io/cluster-api/api/v1alpha3"
Expand Down Expand Up @@ -59,8 +58,6 @@ func TestAPIs(t *testing.T) {
}

var _ = BeforeSuite(func(done Done) {
logf.SetLogger(zap.LoggerTo(GinkgoWriter, true))

By("bootstrapping test environment")
testEnv = &envtest.Environment{
CRDDirectoryPaths: []string{filepath.Join("..", "config", "crd", "bases")},
Expand Down
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ module sigs.k8s.io/cluster-api-provider-packet
go 1.13

require (
github.com/go-logr/logr v0.1.0
github.com/google/uuid v1.1.2
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.3
github.com/packethost/packngo v0.5.1
github.com/go-logr/logr v0.4.0
github.com/google/uuid v1.2.0
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
github.com/packethost/packngo v0.13.0
github.com/pkg/errors v0.9.1
k8s.io/api v0.17.12
k8s.io/apimachinery v0.17.12
k8s.io/client-go v0.17.12
k8s.io/api v0.17.17
k8s.io/apimachinery v0.17.17
k8s.io/client-go v0.17.17
k8s.io/klog/v2 v2.0.0
k8s.io/utils v0.0.0-20201015054608-420da100c033
sigs.k8s.io/cluster-api v0.3.12
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
sigs.k8s.io/cluster-api v0.3.16
sigs.k8s.io/controller-runtime v0.5.14
)
Loading

0 comments on commit bba2102

Please sign in to comment.