Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Bump quarks-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Manno authored and Mario Manno committed Sep 25, 2020
1 parent cb01c02 commit c9db34a
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 46 deletions.
16 changes: 8 additions & 8 deletions go.mod
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
Loading

0 comments on commit c9db34a

Please sign in to comment.