diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2026-01-25 08:47:02 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2026-01-26 09:58:55 -0800 |
| commit | b7b59ca3096215b623e27ac943e6d40d9532fc6b (patch) | |
| tree | fd20740b0dcffefa00f3685b8c3af9e3308aa44c /go.mod | |
| parent | cff322530cc25b42d86141dadfe605625cd02db9 (diff) | |
| download | roseh.moe-b7b59ca3096215b623e27ac943e6d40d9532fc6b.tar.zst | |
Bump deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,9 +4,9 @@ go 1.25 require ( github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e - golang.org/x/term v0.38.0 - roseh.moe/pkg/oae2 v0.1.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.39.0 // indirect +require golang.org/x/sys v0.40.0 // indirect |
