diff --git a/_example/vtable/vtable.go b/_example/vtable/vtable.go index 13e2624..40b460f 100644 --- a/_example/vtable/vtable.go +++ b/_example/vtable/vtable.go @@ -3,9 +3,10 @@ package main import ( "encoding/json" "fmt" - "github.com/DataDog/go-sqlite3" "io/ioutil" "net/http" + + "github.com/mattn/go-sqlite3" ) type GithubRepo struct {