Skip to content

Commit

Permalink
fix: remove references to the old repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pl authored Jan 27, 2022
2 parents 586463f + a8fb639 commit 5bac7d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"os"

"github.com/zknill/service"
"github.com/Attest/service"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion group_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"testing"
"time"

"github.com/zknill/service"
"github.com/Attest/service"
)

func TestGroup(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion probes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"github.com/zknill/service"
"github.com/Attest/service"
)

func TestProbes(t *testing.T) {
Expand Down

0 comments on commit 5bac7d5

Please sign in to comment.