diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-01-10 15:45:34 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-01-10 15:45:34 +0100 |
commit | c8925b971149706b74420d3684de0908b2d5aeb5 (patch) | |
tree | f4fb4809b1a0d276e010b0883430ab53dd381ad2 /go.mod | |
parent | 5235eeb1e002401390fa04600848afe0ecd910e5 (diff) |
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +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 +) |