Skip to content

Commit cb12736

Browse files
author
Philip Laine
committed
Update pkg git server
Signed-off-by: Philip Laine <[email protected]>
1 parent 47e4e54 commit cb12736

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

controllers/gitrepository_controller_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ var _ = Describe("GitRepositoryReconciler", func() {
266266
)
267267

268268
DescribeTable("Git self signed cert tests", func(t refTestCase) {
269-
err = gitServer.StartHTTPTLS(examplePublicKey, examplePrivateKey, exampleCA, "example.com")
269+
err = gitServer.StartHTTPS(examplePublicKey, examplePrivateKey, exampleCA, "example.com")
270270
defer gitServer.StopHTTP()
271271
Expect(err).NotTo(HaveOccurred())
272272

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ go 1.15
44

55
replace github.com/fluxcd/source-controller/api => ./api
66

7-
replace github.com/fluxcd/pkg/gittestserver => github.com/fluxcd/pkg/gittestserver v0.0.3-0.20201202222244-96033b836a6a
8-
97
require (
108
github.com/Masterminds/semver/v3 v3.1.0
119
github.com/blang/semver/v4 v4.0.0
1210
github.com/fluxcd/pkg/apis/meta v0.4.0
13-
github.com/fluxcd/pkg/gittestserver v0.0.2
11+
github.com/fluxcd/pkg/gittestserver v0.1.0
1412
github.com/fluxcd/pkg/helmtestserver v0.0.1
1513
github.com/fluxcd/pkg/lockedfile v0.0.5
1614
github.com/fluxcd/pkg/runtime v0.3.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ github.com/fluxcd/pkg/apis/meta v0.4.0 h1:JChqB9GGgorW9HWKxirTVV0rzrcLyzBaVjinmq
226226
github.com/fluxcd/pkg/apis/meta v0.4.0/go.mod h1:wOzQQx8CdtUQCGaLzqGu4QgnNxYkI6/wvdvlovxWhF0=
227227
github.com/fluxcd/pkg/gittestserver v0.0.3-0.20201202222244-96033b836a6a h1:fmfbt5VrEPUb4X0UI14a0K2FWr0iv/NRUadk8X35byc=
228228
github.com/fluxcd/pkg/gittestserver v0.0.3-0.20201202222244-96033b836a6a/go.mod h1:HWZaoib03fQeSsauCAN2iAFdr6bnjKQ+CFxMFD2mwDY=
229+
github.com/fluxcd/pkg/gittestserver v0.1.0 h1:BvIG+bBhgbmqhtpSS2qUpOXRIL1P1Ow2jauloH8X86U=
230+
github.com/fluxcd/pkg/gittestserver v0.1.0/go.mod h1:HWZaoib03fQeSsauCAN2iAFdr6bnjKQ+CFxMFD2mwDY=
229231
github.com/fluxcd/pkg/helmtestserver v0.0.1 h1:8RcLZdg7Zr9ZqyijsIIASjjMXQtF4UWP4Uds4iK2VJM=
230232
github.com/fluxcd/pkg/helmtestserver v0.0.1/go.mod h1:GR8LriiU7PqZSTH4Xe6Cimpig2VVPB29PeUXJjNJYfA=
231233
github.com/fluxcd/pkg/lockedfile v0.0.5 h1:C3T8wfdff1UY1bvplmCkGOLrdMWJHO8Q8+tdlEXJYzQ=

0 commit comments

Comments
 (0)