This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mario Manno
authored and
Mario Manno
committed
Sep 25, 2020
1 parent
cb01c02
commit c9db34a
Showing
3 changed files
with
144 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
module code.cloudfoundry.org/quarks-job | ||
|
||
require ( | ||
code.cloudfoundry.org/quarks-utils v0.0.0-20200925080335-c7a1b00f2647 | ||
github.com/onsi/ginkgo v1.11.0 | ||
github.com/onsi/gomega v1.8.1 | ||
code.cloudfoundry.org/quarks-utils v0.0.0-20200925090848-029325981b63 | ||
github.com/onsi/ginkgo v1.12.1 | ||
github.com/onsi/gomega v1.10.1 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/spf13/afero v1.2.2 | ||
github.com/spf13/cobra v0.0.5 | ||
github.com/spf13/viper v1.6.1 | ||
go.uber.org/zap v1.13.0 | ||
golang.org/x/tools v0.0.0-20200708183856-df98bc6d456c // indirect | ||
gopkg.in/fsnotify.v1 v1.4.7 | ||
k8s.io/api v0.18.5 | ||
k8s.io/apiextensions-apiserver v0.18.5 | ||
k8s.io/apimachinery v0.18.5 | ||
k8s.io/client-go v0.18.5 | ||
sigs.k8s.io/controller-runtime v0.6.0 | ||
k8s.io/api v0.18.9 | ||
k8s.io/apiextensions-apiserver v0.18.9 | ||
k8s.io/apimachinery v0.18.9 | ||
k8s.io/client-go v0.18.9 | ||
sigs.k8s.io/controller-runtime v0.6.3 | ||
) | ||
|
||
go 1.14 |
Oops, something went wrong.