diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-30 17:20:36 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-12-30 17:20:36 -0800 |
| commit | d5e2bf19b5bbdf35e4088677a571910e015b48b9 (patch) | |
| tree | e1ab19f0751cb0da5517be2ef0814f1fa78e2493 /go.mod | |
| parent | 689df3b2a8a8d7d79d18cd5e9bbc4beba6b12f4c (diff) | |
| download | roseh.moe-d5e2bf19b5bbdf35e4088677a571910e015b48b9.tar.zst | |
Bump deps
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,10 +4,10 @@ go 1.25 require ( github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e - golang.org/x/term v0.37.0 - roseh.moe/pkg/ccl v1.0.0 - roseh.moe/pkg/oae2 v0.0.1 + golang.org/x/term v0.38.0 + roseh.moe/pkg/ccl v1.0.1 + roseh.moe/pkg/oae2 v0.0.2 roseh.moe/pkg/wordlist v1.0.2 ) -require golang.org/x/sys v0.38.0 // indirect +require golang.org/x/sys v0.39.0 // indirect |
