Use go modules
This commit is contained in:
parent
99862b6daa
commit
9dc1f401b7
11 changed files with 82 additions and 70 deletions
|
|
@ -12,8 +12,9 @@ import (
|
|||
"unicode"
|
||||
|
||||
"github.com/julienschmidt/httprouter"
|
||||
"github.com/russross/blackfriday/v2"
|
||||
"golang.org/x/image/draw"
|
||||
"gopkg.in/russross/blackfriday.v2"
|
||||
|
||||
"srs.epita.fr/fic-server/libfic"
|
||||
)
|
||||
|
||||
|
|
|
|||
Reference in a new issue