diff --git a/benchmark_test.go b/benchmark_test.go index a31a39d..8d8f0fe 100644 --- a/benchmark_test.go +++ b/benchmark_test.go @@ -4,7 +4,7 @@ import ( "testing" "time" - "github.com/pt-nguyen/cache/synthetic" + "github.com/Comcast/goburrow-cache/synthetic" ) const ( diff --git a/example/main.go b/example/main.go index 8fd3df0..c64c4df 100644 --- a/example/main.go +++ b/example/main.go @@ -5,7 +5,7 @@ import ( "math/rand" "time" - "github.com/pt-nguyen/cache" + "github.com/Comcast/goburrow-cache" ) func main() { diff --git a/go.mod b/go.mod index ce1af64..b60c1a7 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module github.com/pt-nguyen/cache +module github.com/Comcast/goburrow-cache go 1.17 diff --git a/traces/report.go b/traces/report.go index a5cc6c1..487cb5e 100644 --- a/traces/report.go +++ b/traces/report.go @@ -5,7 +5,7 @@ import ( "fmt" "io" - "github.com/pt-nguyen/cache" + "github.com/Comcast/goburrow-cache" ) type Reporter interface {