Skip to content

Commit b9ebeae

Browse files
author
Snow Pettersen
authored
examples: fix import path for resource.go override file (envoyproxy#15891)
With the removal of V2 the version is no longer part of the package name. Signed-off-by: Snow Pettersen [email protected] Commit Message: Additional Description: Risk Level: Low Testing: n/a Docs Changes: n/a Release Notes: n/a Signed-off-by: Snow Pettersen <[email protected]>
1 parent a67d8e5 commit b9ebeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dynamic-config-cp/resource.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ import (
2525
route "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
2626
hcm "github.com/envoyproxy/go-control-plane/envoy/extensions/filters/network/http_connection_manager/v3"
2727
"github.com/envoyproxy/go-control-plane/pkg/cache/types"
28-
"github.com/envoyproxy/go-control-plane/pkg/cache/v3"
29-
"github.com/envoyproxy/go-control-plane/pkg/resource/v3"
28+
"github.com/envoyproxy/go-control-plane/pkg/cache"
29+
"github.com/envoyproxy/go-control-plane/pkg/resource"
3030
"github.com/envoyproxy/go-control-plane/pkg/wellknown"
3131
)
3232

0 commit comments

Comments
 (0)