diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-04-08 17:01:55 +0200 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-04-08 17:02:46 +0200 |
commit | 83d175b7b069bc3bbc0d600c2fab4d082e04b521 (patch) | |
tree | 9d1b7975ad16f7d5433285d3fab0a7cc38d24564 /go.mod | |
parent | 38b40d8c5a8915716b3aa46aac4a0a84d0113b25 (diff) |
Python implementation with better multi-entry page support
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -1,15 +0,0 @@ -module git.0xf7.com/godocs.git - -go 1.23.4 - -require ( - github.com/BurntSushi/toml v1.4.0 - github.com/otiai10/copy v1.14.1 - github.com/russross/blackfriday/v2 v2.1.0 -) - -require ( - github.com/otiai10/mint v1.6.3 // indirect - golang.org/x/sync v0.8.0 // indirect - golang.org/x/sys v0.24.0 // indirect -) |