Skip to content

Commit

Permalink
Merge pull request #17 from yangjuncode/master
Browse files Browse the repository at this point in the history
fix mod name
  • Loading branch information
lintanghui committed Apr 16, 2019
2 parents 788b464 + 693b63e commit 7fd6060
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 7fd6060

Please sign in to comment.