diff options
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -3,8 +3,7 @@ module nebbet.no go 1.26 require ( - github.com/fsnotify/fsnotify v1.7.0 - github.com/yuin/goldmark v1.7.4 + github.com/gin-gonic/gin v1.12.0 golang.org/x/crypto v0.48.0 golang.org/x/term v0.40.0 modernc.org/sqlite v1.48.0 @@ -20,7 +19,6 @@ require ( github.com/dustin/go-humanize v1.0.1 // indirect github.com/gabriel-vasile/mimetype v1.4.12 // indirect github.com/gin-contrib/sse v1.1.0 // indirect - github.com/gin-gonic/gin v1.12.0 // indirect github.com/go-playground/locales v0.14.1 // indirect github.com/go-playground/universal-translator v0.18.1 // indirect github.com/go-playground/validator/v10 v10.30.1 // indirect |
