diff options
| author | ivar <i@oiee.no> | 2026-03-31 18:34:25 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2026-03-31 18:34:25 +0200 |
| commit | 760d319b9cd27257b8207f8336ebe6b902d944e5 (patch) | |
| tree | 805fdd85e4a97942a8825d13c7fb90a92cb593da /go.mod | |
| parent | a44d18a1fcc8558187b825bd2cf48f5b59b093d2 (diff) | |
| download | nebbet.no-760d319b9cd27257b8207f8336ebe6b902d944e5.tar.xz nebbet.no-760d319b9cd27257b8207f8336ebe6b902d944e5.zip | |
Fix mod
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -7,7 +7,18 @@ require ( github.com/yuin/goldmark v1.7.4 golang.org/x/crypto v0.26.0 golang.org/x/term v0.23.0 - modernc.org/sqlite v1.47.0 + modernc.org/sqlite v1.48.0 ) -require golang.org/x/sys v0.23.0 +require golang.org/x/sys v0.42.0 // indirect + +require ( + github.com/dustin/go-humanize v1.0.1 // indirect + github.com/google/uuid v1.6.0 // indirect + github.com/mattn/go-isatty v0.0.20 // indirect + github.com/ncruces/go-strftime v1.0.0 // indirect + github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect + modernc.org/libc v1.70.0 // indirect + modernc.org/mathutil v1.7.1 // indirect + modernc.org/memory v1.11.0 // indirect +) |
