Skip to content

Commit

Permalink
Merge pull request #14 from fluxcd/controller-runtime-v0.8.0
Browse files Browse the repository at this point in the history
Update fluxcd/pkg/runtime to v0.8.1
  • Loading branch information
stefanprodan authored Feb 12, 2021
2 parents e6957d9 + f1f1aef commit b8019f5
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 141 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/fluxcd/source-watcher
go 1.15

require (
github.com/fluxcd/pkg/runtime v0.6.2
github.com/fluxcd/pkg/runtime v0.8.1
github.com/fluxcd/pkg/untar v0.0.5
github.com/fluxcd/source-controller/api v0.6.1
github.com/fluxcd/source-controller/api v0.8.0
github.com/go-logr/logr v0.3.0
github.com/spf13/pflag v1.0.5
k8s.io/apimachinery v0.19.4
k8s.io/client-go v0.19.4
sigs.k8s.io/controller-runtime v0.7.0
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/controller-runtime v0.8.0
)
Loading

0 comments on commit b8019f5

Please sign in to comment.