1
0
mirror of https://github.com/nbd-wtf/satdress.git synced 2024-09-23 01:20:34 +00:00

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

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"