Skip to content

Commit

Permalink
Change import path of merovius.de/go-misc
Browse files Browse the repository at this point in the history
Fixes #64
  • Loading branch information
Merovius committed Aug 16, 2019
1 parent 26e33f3 commit 72066ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ import (
"strings"
"time"

"github.com/Merovius/go-misc/lcd2usb"
"github.com/gorilla/context"
"github.com/gorilla/handlers"
"github.com/gorilla/sessions"
"github.com/jmoiron/sqlx"
_ "github.com/mattn/go-sqlite3"
"golang.org/x/crypto/bcrypt"
"merovius.de/go-misc/lcd2usb"
)

var (
Expand Down

0 comments on commit 72066ff

Please sign in to comment.