Skip to content
Snippets Groups Projects
Commit b3b6d2bc authored by godog's avatar godog
Browse files

Fix import paths

parent 7718ba64
No related branches found
No related tags found
1 merge request!2Run tests via Gitlab CI
......@@ -6,7 +6,7 @@ import (
"strings"
"github.com/bbrks/wrap"
bf "gopkg.in/russross/blackfriday.v2"
bf "github.com/russross/blackfriday/v2"
)
// The textWriter can indent and wrap individual "blocks" of text,
......
......@@ -4,7 +4,7 @@ import (
"testing"
"github.com/google/go-cmp/cmp"
bf "gopkg.in/russross/blackfriday.v2"
bf "github.com/russross/blackfriday/v2"
)
var (
......
......@@ -10,7 +10,7 @@ import (
"text/template"
"git.autistici.org/ai3/go-common/mail/mdtext"
bf "gopkg.in/russross/blackfriday.v2"
bf "github.com/russross/blackfriday/v2"
)
var (
......
......@@ -7,7 +7,7 @@ import (
"io"
"github.com/lunixbochs/struc"
"github.com/miscreant/miscreant-go"
"github.com/miscreant/miscreant.go"
"golang.org/x/crypto/argon2"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment