diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-16 09:17:08 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-09-16 09:17:08 +0200 |
| commit | bcfeb773afcc28641ef2fb47749c91fd0767054a (patch) | |
| tree | f8593c29bad0b204f1ecc9cae650b55f3cc755d6 /gui/go.mod | |
| parent | 4f98392c9a062e9d4dd8363a2ede9a919ad14006 (diff) | |
| download | krino-bcfeb773afcc28641ef2fb47749c91fd0767054a.tar.gz krino-bcfeb773afcc28641ef2fb47749c91fd0767054a.zip | |
gui: the Plan tab - scan, review, apply, with the directory locked
Diffstat (limited to 'gui/go.mod')
| -rw-r--r-- | gui/go.mod | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -4,9 +4,13 @@ go 1.25.0 toolchain go1.26.8 -require github.com/diamondburned/gotk4/pkg v0.4.1 +require github.com/diamondburned/gotk4/pkg v0.3.1 -require golang.org/x/text v0.41.0 // indirect +require ( + github.com/KarpelesLab/weak v0.1.1 // indirect + go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect + golang.org/x/text v0.41.0 // indirect +) require ( golang.org/x/sync v0.22.0 // indirect |
