diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -2,7 +2,4 @@ module xengineering.eu/ceres go 1.16 -require ( - github.com/go-sql-driver/mysql v1.6.0 - github.com/yuin/goldmark v1.4.13 -) +require github.com/yuin/goldmark v1.4.13 |