aboutsummaryrefslogtreecommitdiff
path: root/_example/vtable/vtable.go
diff options
context:
space:
mode:
Diffstat (limited to '_example/vtable/vtable.go')
-rw-r--r--_example/vtable/vtable.go3
1 files changed, 2 insertions, 1 deletions
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 {