Skip to content

Commit

Permalink
code.google.com is shutting down so update the dep
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
  • Loading branch information
jessfraz committed Sep 4, 2015
1 parent d9065fc commit 4a864a7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 501 deletions.
1 change: 0 additions & 1 deletion hack/vendor.sh
Expand Up @@ -18,7 +18,6 @@ clone git github.com/microsoft/hcsshim 7f646aa6b26bcf90caee91e93cde4a80d0d8a83e
clone git github.com/mistifyio/go-zfs v2.1.1
clone git github.com/tchap/go-patricia v2.1.0
clone git golang.org/x/net 3cffabab72adf04f8e3b01c5baf775361837b5fe https://github.com/golang/net.git
clone hg code.google.com/p/gosqlite 74691fb6f837

#get libnetwork packages
clone git github.com/docker/libnetwork 22dc04d06067b40a9e7ef575aee6d1bb69d4dcc3
Expand Down
2 changes: 1 addition & 1 deletion pkg/graphdb/conn_sqlite3_unix.go
Expand Up @@ -3,5 +3,5 @@
package graphdb

import (
_ "code.google.com/p/gosqlite/sqlite3" // registers sqlite
_ "github.com/mattn/go-sqlite3" // registers sqlite
)
2 changes: 1 addition & 1 deletion pkg/graphdb/graphdb_test.go
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
"testing"

_ "code.google.com/p/gosqlite/sqlite3"
_ "github.com/mattn/go-sqlite3"
)

func newTestDb(t *testing.T) (*Database, string) {
Expand Down

0 comments on commit 4a864a7

Please sign in to comment.