mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
665c4def65
This is a result of running `go mod tidy` using go 1.13.6. In my devel toolchain (vim-go -> gopls -> go 1.13), go apparently wants to add this line to go.mod, but since the modules are read-only, it fails, which leads to gopls failing, too. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
4 lines
48 B
Modula-2
4 lines
48 B
Modula-2
module github.com/russross/blackfriday
|
|
|
|
go 1.13
|