Skip to content

Commit

Permalink
Replace forked path
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-compass-circle committed Jan 19, 2021
1 parent 69f210e commit 5a2b36f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion google/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"cloud.google.com/go/trace/apiv2"

"github.com/lebiathan/instrumentedsql"
"github.com/UrbanCompass/instrumentedsql"
)

type tracer struct{}
Expand Down
2 changes: 1 addition & 1 deletion opentracing/tracer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/opentracing/opentracing-go"

"github.com/lebiathan/instrumentedsql"
"github.com/UrbanCompass/instrumentedsql"
)

type tracer struct{}
Expand Down
6 changes: 3 additions & 3 deletions sql_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import (
"github.com/go-sql-driver/mysql"
"github.com/mattn/go-sqlite3"

"github.com/lebiathan/instrumentedsql"
"github.com/lebiathan/instrumentedsql/google"
"github.com/lebiathan/instrumentedsql/opentracing"
"github.com/UrbanCompass/instrumentedsql"
"github.com/UrbanCompass/instrumentedsql/google"
"github.com/UrbanCompass/instrumentedsql/opentracing"
)

// WrapDriverGoogle demonstrates how to call wrapDriver and register a new driver.
Expand Down

0 comments on commit 5a2b36f

Please sign in to comment.