1
0
mirror of synced 2026-02-13 13:06:56 +00:00

Update controllers to v0.0.1

This commit is contained in:
stefanprodan
2020-06-25 09:59:30 +03:00
parent 4b18f56f00
commit 0e437c1105
5 changed files with 11 additions and 10 deletions

4
go.mod
View File

@@ -4,8 +4,8 @@ go 1.14
require (
github.com/blang/semver v3.5.1+incompatible
github.com/fluxcd/kustomize-controller v0.0.1-beta.2
github.com/fluxcd/source-controller v0.0.1-beta.2
github.com/fluxcd/kustomize-controller v0.0.1
github.com/fluxcd/source-controller v0.0.1
github.com/go-git/go-git/v5 v5.0.0
github.com/golang/protobuf v1.4.2 // indirect
github.com/google/go-github/v32 v32.0.0