Skip to content

Commit

Permalink
Update github path
Browse files Browse the repository at this point in the history
  • Loading branch information
pt-nguyen committed Jul 29, 2022
1 parent 43117f3 commit bc249e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benchmark_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"testing"
"time"

"github.com/pt-nguyen/cache/synthetic"
"github.com/Comcast/goburrow-cache/synthetic"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"math/rand"
"time"

"github.com/pt-nguyen/cache"
"github.com/Comcast/goburrow-cache"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/pt-nguyen/cache
module github.com/Comcast/goburrow-cache

go 1.17
2 changes: 1 addition & 1 deletion traces/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"io"

"github.com/pt-nguyen/cache"
"github.com/Comcast/goburrow-cache"
)

type Reporter interface {
Expand Down

0 comments on commit bc249e7

Please sign in to comment.