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 (
3434 github.com/fluxcd/pkg/git/gogit v0.35.1
3535 github.com/fluxcd/pkg/gittestserver v0.17.0
3636 github.com/fluxcd/pkg/helmtestserver v0.24.0
37+ github.com/fluxcd/pkg/http/transport v0.6.0
3738 github.com/fluxcd/pkg/lockedfile v0.6.0
3839 github.com/fluxcd/pkg/masktoken v0.7.0
3940 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
385385github.com/fluxcd/pkg/gittestserver v0.17.0 /go.mod h1:E/40EmLoXcMqd6gLuLDC9F6KJxqHVGbBBeMNKk5XdxU =
386386github.com/fluxcd/pkg/helmtestserver v0.24.0 h1:9sSfRG17GnDIup4sI8V+fdvKROtunU4JyIo34uvXq3Q =
387387github.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 =
388390github.com/fluxcd/pkg/lockedfile v0.6.0 h1:64RRMiPv3ZK9Y4sjI8c78kZAdfEo+Sjr2iP8a9pZeZo =
389391github.com/fluxcd/pkg/lockedfile v0.6.0 /go.mod h1:gpdUVm7+05NIT1ZvzuNnHfnT81OhZtIySlxxkZ68pXk =
390392github.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 (
4040
4141 "github.com/fluxcd/pkg/version"
4242
43+ "github.com/fluxcd/pkg/http/transport"
4344 "github.com/fluxcd/source-controller/internal/helm"
4445 "github.com/fluxcd/source-controller/internal/oci"
45- "github.com/fluxcd/source-controller/internal/transport"
4646)
4747
4848var (
Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ import (
3636 "github.com/Masterminds/semver/v3"
3737 "github.com/google/go-containerregistry/pkg/name"
3838
39+ "github.com/fluxcd/pkg/http/transport"
3940 "github.com/fluxcd/pkg/version"
4041 "github.com/fluxcd/source-controller/internal/oci"
41- "github.com/fluxcd/source-controller/internal/transport"
4242)
4343
4444// 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