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