Skip to content

Commit 07d781e

Browse files
committed
move to projectcontour
Signed-off-by: Sunjay Bhatia <sunjayb@vmware.com>
1 parent 2d3f1d2 commit 07d781e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ dockers:
4141
build_flag_templates:
4242
- "--pull"
4343
image_templates:
44-
- "ghcr.io/sunjaybhatia/{{ .ProjectName }}:latest"
45-
- "ghcr.io/sunjaybhatia/{{ .ProjectName }}:{{ .Tag }}"
44+
- "ghcr.io/projectcontour/{{ .ProjectName }}:latest"
45+
- "ghcr.io/projectcontour/{{ .ProjectName }}:{{ .Tag }}"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/sunjayBhatia/yages
1+
module github.com/projectcontour/yages
22

33
go 1.17
44

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"net"
77
"os"
88

9-
"github.com/sunjayBhatia/yages/yages"
9+
"github.com/projectcontour/yages/yages"
1010
"google.golang.org/grpc"
1111
"google.golang.org/grpc/health/grpc_health_v1"
1212
"google.golang.org/grpc/reflection"

0 commit comments

Comments
 (0)