-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
32 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
module github.com/usbarmory/GoKey | ||
|
||
go 1.22.4 | ||
go 1.23.1 | ||
|
||
require ( | ||
filippo.io/keygen v0.0.0-20230306160926-5201437acf8e | ||
filippo.io/keygen v0.0.0-20240718133620-7f162efbbd87 | ||
github.com/ProtonMail/go-crypto v1.0.0 | ||
github.com/google/go-p11-kit v0.4.0 | ||
github.com/gsora/fidati v0.0.0-20230806170658-ab651720d7c3 | ||
github.com/hsanjuan/go-nfctype4 v0.0.2 | ||
github.com/usbarmory/armoryctl v0.0.0-20230227101926-57044a2c34cf | ||
github.com/usbarmory/imx-usbnet v0.0.0-20240304152630-ca189bf3b3c1 | ||
github.com/usbarmory/tamago v0.0.0-20240606154508-da58827195bf | ||
golang.org/x/crypto v0.24.0 | ||
github.com/usbarmory/imx-usbnet v0.0.0-20240909221106-d242d2c2d20b | ||
github.com/usbarmory/tamago v0.0.0-20240909213541-c4704957c2e1 | ||
golang.org/x/crypto v0.27.0 | ||
) | ||
|
||
require ( | ||
filippo.io/bigmod v0.0.1 // indirect | ||
filippo.io/bigmod v0.0.3 // indirect | ||
github.com/albenik/go-serial/v2 v2.5.1 // indirect | ||
github.com/cloudflare/circl v1.3.3 // indirect | ||
github.com/creack/goselect v0.1.2 // indirect | ||
github.com/google/btree v1.1.2 // indirect | ||
go.uber.org/atomic v1.9.0 // indirect | ||
go.uber.org/multierr v1.7.0 // indirect | ||
golang.org/x/sync v0.6.0 // indirect | ||
golang.org/x/sys v0.21.0 // indirect | ||
golang.org/x/term v0.21.0 // indirect | ||
golang.org/x/sys v0.25.0 // indirect | ||
golang.org/x/term v0.24.0 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
gvisor.dev/gvisor v0.0.0-20240303010120-901d232cd101 // indirect | ||
gvisor.dev/gvisor v0.0.0-20240909175600-91fb8ad18db5 // indirect | ||
periph.io/x/periph v3.6.8+incompatible // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters