Skip to content

Commit

Permalink
move to projectcontour
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia committed Aug 3, 2022
1 parent 2d3f1d2 commit 07d781e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ dockers:
build_flag_templates:
- "--pull"
image_templates:
- "ghcr.io/sunjaybhatia/{{ .ProjectName }}:latest"
- "ghcr.io/sunjaybhatia/{{ .ProjectName }}:{{ .Tag }}"
- "ghcr.io/projectcontour/{{ .ProjectName }}:latest"
- "ghcr.io/projectcontour/{{ .ProjectName }}:{{ .Tag }}"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/sunjayBhatia/yages
module github.com/projectcontour/yages

go 1.17

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net"
"os"

"github.com/sunjayBhatia/yages/yages"
"github.com/projectcontour/yages/yages"
"google.golang.org/grpc"
"google.golang.org/grpc/health/grpc_health_v1"
"google.golang.org/grpc/reflection"
Expand Down

0 comments on commit 07d781e

Please sign in to comment.