Skip to content

Commit 16cac58

Browse files
committed
Update source API to v0.0.7
1 parent a564379 commit 16cac58

File tree

2 files changed

+59
-20
lines changed

2 files changed

+59
-20
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ go 1.13
44

55
require (
66
github.com/fluxcd/pkg v0.0.3
7-
github.com/fluxcd/source-controller v0.0.2
7+
github.com/fluxcd/source-controller v0.0.7
88
github.com/go-logr/logr v0.1.0
99
go.uber.org/zap v1.10.0
1010
k8s.io/apimachinery v0.18.4
1111
k8s.io/client-go v0.18.4
12-
sigs.k8s.io/controller-runtime v0.6.0
12+
sigs.k8s.io/controller-runtime v0.6.1
1313
)

0 commit comments

Comments
 (0)