diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ +module nebbet.no + +go 1.22 + +require ( + github.com/fsnotify/fsnotify v1.7.0 + github.com/yuin/goldmark v1.7.4 + golang.org/x/crypto v0.26.0 + golang.org/x/term v0.23.0 +) + +require golang.org/x/sys v0.23.0 // indirect |
