Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repo URL for the Netreap project #40

Merged
merged 1 commit into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
./netreap
netreap
.op
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![netreap-social](https://github.com/cosmonic/netreap/assets/1687902/681901f1-8717-43d3-87e1-311e7a5baf83)
![netreap-social](https://github.com/cosmonic-labs/netreap/assets/1687902/681901f1-8717-43d3-87e1-311e7a5baf83)

# Netreap

Expand Down
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/cosmonic/netreap
module github.com/cosmonic-labs/netreap

go 1.20

Expand Down
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ import (
"github.com/urfave/cli/v2"
"go.uber.org/zap"

"github.com/cosmonic/netreap/internal/policy"
"github.com/cosmonic/netreap/internal/zaplogrus"
"github.com/cosmonic/netreap/reapers"
"github.com/cosmonic-labs/netreap/internal/policy"
"github.com/cosmonic-labs/netreap/internal/zaplogrus"
"github.com/cosmonic-labs/netreap/reapers"
)

var Version = "unreleased"
Expand Down
2 changes: 1 addition & 1 deletion reapers/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/cilium/cilium/api/v1/models"
endpoint_id "github.com/cilium/cilium/pkg/endpoint/id"
"github.com/cosmonic/netreap/internal/netreap"
"github.com/cosmonic-labs/netreap/internal/netreap"
nomad_api "github.com/hashicorp/nomad/api"
"go.uber.org/zap"

Expand Down
2 changes: 1 addition & 1 deletion reapers/nodes.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
nomad_api "github.com/hashicorp/nomad/api"
"go.uber.org/zap"

"github.com/cosmonic/netreap/elector"
"github.com/cosmonic-labs/netreap/elector"
)

const nodePrefix = "cilium/state/nodes/v1/default/"
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/Intro.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function Intro() {
</p>
<div className="mt-8 flex flex-wrap justify-center gap-x-1 gap-y-3 sm:gap-x-2 lg:justify-start">
<IconLink
href="https://github.com/cosmonic/netreap"
href="https://github.com/cosmonic-labs/netreap"
icon={GitHubIcon}
className="flex-none"
>
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Our initial open source release! We've been running Netreap internally at
Cosmonic since September, 2022 and we're excited to share it with the Cilium
and Nomad communities.

Head over to [the project repository](https://github.com/cosmonic/netreap) to learn more.
Head over to [the project repository](https://github.com/cosmonic-labs/netreap) to learn more.
Loading