Skip to content

Commit

Permalink
general: update import path following migration to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
remeh committed Feb 27, 2020
1 parent bab0d0d commit 5a905cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
@@ -1,4 +1,4 @@
module remy.io/diago
module github.com/remeh/diago

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"runtime"

"remy.io/diago/pprof"
"github.com/remeh/diago/pprof"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion profile.go
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

"remy.io/diago/pprof"
"github.com/remeh/diago/pprof"
)

type Profile struct {
Expand Down
2 changes: 1 addition & 1 deletion proto.go
Expand Up @@ -7,7 +7,7 @@ import (
"os"

"github.com/gogo/protobuf/proto"
"remy.io/diago/pprof"
"github.com/remeh/diago/pprof"
)

func readProtoFile(filename string) (*pprof.Profile, error) {
Expand Down

0 comments on commit 5a905cb

Please sign in to comment.