File tree Expand file tree Collapse file tree 6 files changed +5
-163
lines changed Expand file tree Collapse file tree 6 files changed +5
-163
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ require (
34
34
github.com/fluxcd/pkg/git/gogit v0.35.1
35
35
github.com/fluxcd/pkg/gittestserver v0.17.0
36
36
github.com/fluxcd/pkg/helmtestserver v0.24.0
37
+ github.com/fluxcd/pkg/http/transport v0.6.0
37
38
github.com/fluxcd/pkg/lockedfile v0.6.0
38
39
github.com/fluxcd/pkg/masktoken v0.7.0
39
40
github.com/fluxcd/pkg/oci v0.49.0
Original file line number Diff line number Diff line change @@ -385,6 +385,8 @@ github.com/fluxcd/pkg/gittestserver v0.17.0 h1:JlBvWZQTDOI+np5Z+084m3DkeAH1hMusE
385
385
github.com/fluxcd/pkg/gittestserver v0.17.0 /go.mod h1:E/40EmLoXcMqd6gLuLDC9F6KJxqHVGbBBeMNKk5XdxU =
386
386
github.com/fluxcd/pkg/helmtestserver v0.24.0 h1:9sSfRG17GnDIup4sI8V+fdvKROtunU4JyIo34uvXq3Q =
387
387
github.com/fluxcd/pkg/helmtestserver v0.24.0 /go.mod h1:jMCCzTV9r3N+0kD8Uo09nbgQ1iTaw54LFKKMlztlBhs =
388
+ github.com/fluxcd/pkg/http/transport v0.6.0 h1:ryzy81tpNYWZ/qsDd3tLdO6Bfn1wYLI1zdbepPBY/mo =
389
+ github.com/fluxcd/pkg/http/transport v0.6.0 /go.mod h1:95TBlrNsDdKMDCKvJnne2VC3SuZ5/JIj+r/yssaXz4w =
388
390
github.com/fluxcd/pkg/lockedfile v0.6.0 h1:64RRMiPv3ZK9Y4sjI8c78kZAdfEo+Sjr2iP8a9pZeZo =
389
391
github.com/fluxcd/pkg/lockedfile v0.6.0 /go.mod h1:gpdUVm7+05NIT1ZvzuNnHfnT81OhZtIySlxxkZ68pXk =
390
392
github.com/fluxcd/pkg/masktoken v0.7.0 h1:pitmyOg2pUVdW+nn2Lk/xqm2TaA08uxvOC0ns3sz6bM =
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ import (
40
40
41
41
"github.com/fluxcd/pkg/version"
42
42
43
+ "github.com/fluxcd/pkg/http/transport"
43
44
"github.com/fluxcd/source-controller/internal/helm"
44
45
"github.com/fluxcd/source-controller/internal/oci"
45
- "github.com/fluxcd/source-controller/internal/transport"
46
46
)
47
47
48
48
var (
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ import (
36
36
"github.com/Masterminds/semver/v3"
37
37
"github.com/google/go-containerregistry/pkg/name"
38
38
39
+ "github.com/fluxcd/pkg/http/transport"
39
40
"github.com/fluxcd/pkg/version"
40
41
"github.com/fluxcd/source-controller/internal/oci"
41
- "github.com/fluxcd/source-controller/internal/transport"
42
42
)
43
43
44
44
// RegistryClient is an interface for interacting with OCI registries
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments