`go.mod`版本格式错误修复

pull/790/head
gsw945 2022-05-07 18:51:08 +08:00
parent 1d21405fd9
commit 127f7a5cd3
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/mindoc-org/mindoc
go 1.18.1
go 1.18
require (
github.com/PuerkitoBio/goquery v1.4.1