diff options
| author | Stefan Claas <sacenator@gmail.com> | 2026-01-01 14:28:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-01 14:28:08 +0100 |
| commit | 3e363dfce66de170818fb48a4a9b4e86e64ea2d1 (patch) | |
| tree | 12ad2c37016345efc3f08a52ff08c1d2ecba17a1 /go.mod | |
| parent | 95e86908059391584559aeb47ef8fd26d82e2c9b (diff) | |
| download | yubicrpt-cli-3e363dfce66de170818fb48a4a9b4e86e64ea2d1.tar.gz yubicrpt-cli-3e363dfce66de170818fb48a4a9b4e86e64ea2d1.tar.xz yubicrpt-cli-3e363dfce66de170818fb48a4a9b4e86e64ea2d1.zip | |
Add files via upload
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -3,22 +3,22 @@ module yubicrypt go 1.25.0 require ( - fyne.io/fyne/v2 v2.6.3 + fyne.io/fyne/v2 v2.7.1 github.com/awnumar/memguard v0.23.0 github.com/go-piv/piv-go/v2 v2.4.0 ) require ( - fyne.io/systray v1.11.0 // indirect - github.com/BurntSushi/toml v1.4.0 // indirect + fyne.io/systray v1.11.1-0.20250603113521-ca66a66d8b58 // indirect + github.com/BurntSushi/toml v1.5.0 // indirect github.com/awnumar/memcall v0.4.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/fredbi/uri v1.1.0 // indirect + github.com/fredbi/uri v1.1.1 // indirect github.com/fsnotify/fsnotify v1.9.0 // indirect github.com/fyne-io/gl-js v0.2.0 // indirect github.com/fyne-io/glfw-js v0.3.0 // indirect github.com/fyne-io/image v0.1.1 // indirect - github.com/fyne-io/oksvg v0.1.0 // indirect + github.com/fyne-io/oksvg v0.2.0 // indirect github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect github.com/go-text/render v0.2.0 // indirect @@ -32,10 +32,10 @@ require ( github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect github.com/nicksnyder/go-i18n/v2 v2.5.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect - github.com/rymdport/portal v0.4.1 // indirect + github.com/rymdport/portal v0.4.2 // indirect github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect - github.com/stretchr/testify v1.10.0 // indirect + github.com/stretchr/testify v1.11.1 // indirect github.com/yuin/goldmark v1.7.8 // indirect golang.org/x/crypto v0.41.0 // indirect golang.org/x/image v0.24.0 // indirect |
