fix import path
parent
55cd56d7ed
commit
fca908b496
|
@ -3,9 +3,10 @@ package main
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"fmt"
|
"fmt"
|
||||||
"github.com/DataDog/go-sqlite3"
|
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
"net/http"
|
"net/http"
|
||||||
|
|
||||||
|
"github.com/mattn/go-sqlite3"
|
||||||
)
|
)
|
||||||
|
|
||||||
type GithubRepo struct {
|
type GithubRepo struct {
|
||||||
|
|
Loading…
Reference in New Issue