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

Merge pull request #172 from fluxcd/ssh-host

Add SSH hostname arg to GitLab bootstrap
This commit is contained in:
Stefan Prodan
2020-08-21 17:50:29 +03:00
committed by GitHub
6 changed files with 28 additions and 21 deletions

2
go.mod
View File

@@ -6,7 +6,7 @@ require (
github.com/blang/semver v3.5.1+incompatible
github.com/fluxcd/helm-controller/api v0.0.4
github.com/fluxcd/kustomize-controller/api v0.0.8
github.com/fluxcd/pkg/git v0.0.5
github.com/fluxcd/pkg/git v0.0.6
github.com/fluxcd/pkg/ssh v0.0.5
github.com/fluxcd/pkg/untar v0.0.5
github.com/fluxcd/source-controller/api v0.0.10