diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-19 22:31:58 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-08-19 22:31:58 -0700 |
| commit | 99fc4f6c8c28179acc387c03b5e2862dde3cb1c5 (patch) | |
| tree | 84815200b1593429c4d591515549b7784186c753 /go.mod | |
| parent | 4002ac9a9f8ef4135f4dcb7256f6eb2d017dcce6 (diff) | |
| download | roseh.moe-99fc4f6c8c28179acc387c03b5e2862dde3cb1c5.tar.zst | |
Remove met art page
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,14 +1,12 @@ module roseh.moe/pkg/roseh.moe -go 1.25.0 +go 1.25 require ( - github.com/mattn/go-sqlite3 v1.14.50 github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e - golang.org/x/image v0.45.0 - golang.org/x/term v0.45.0 + golang.org/x/term v0.39.0 roseh.moe/pkg/oae2 v0.3.0 roseh.moe/pkg/wordlist v1.0.2 ) -require golang.org/x/sys v0.47.0 // indirect +require golang.org/x/sys v0.40.0 // indirect |
