Skip to content

Commit

Permalink
fix mod name
Browse files Browse the repository at this point in the history
  • Loading branch information
yangjuncode committed Apr 16, 2019
1 parent 788b464 commit 693b63e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module discovery
module github.com/bilibili/discovery

require (
github.com/BurntSushi/toml v0.0.0-20170626110600-a368813c5e64
Expand Down
4 changes: 2 additions & 2 deletions naming/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
"testing"
"time"

xhttp "discovery/lib/http"
xtime "discovery/lib/time"
xhttp "github.com/bilibili/discovery/lib/http"
xtime "github.com/bilibili/discovery/lib/time"
"github.com/bilibili/discovery/conf"
"github.com/bilibili/discovery/discovery"
"github.com/bilibili/discovery/http"
Expand Down

0 comments on commit 693b63e

Please sign in to comment.