diff options
Diffstat (limited to 'src/hub/Makefile')
-rw-r--r-- | src/hub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile index 9113f97..cd29c1c 100644 --- a/src/hub/Makefile +++ b/src/hub/Makefile @@ -40,7 +40,7 @@ EXECUTEABLE := sfive-hub LIBS := "github.com/coopernurse/gorp" \ "github.com/mattn/go-sqlite3" \ "github.com/zenazn/goji" \ - "code.google.com/p/go-uuid/uuid" \ + "github.com/pborman/uuid" \ "github.com/equinox0815/graphite-golang" # "github.com/go-sql-driver/mysql" # "github.com/ziutek/mymysql/godrv" |