fix deps.

fixes https://github.com/fiatjaf/satdress/issues/25
This commit is contained in:
fiatjaf
2021-09-28 12:10:13 -03:00
parent 74fc7a304b
commit 8a5232bb70
+1 -1
View File
@@ -2,7 +2,6 @@ package main
import (
"embed"
_ "embed"
"fmt"
"net/http"
"os"
@@ -10,6 +9,7 @@ import (
"time"
"github.com/cockroachdb/pebble"
"github.com/fiatjaf/makeinvoice"
"github.com/gorilla/mux"
"github.com/kelseyhightower/envconfig"
_ "github.com/lib/pq"