-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Go module dependencies and toolchain version
- Loading branch information
Matej Smycka
committed
Dec 10, 2024
1 parent
8e97c3c
commit 0768f7f
Showing
2 changed files
with
17 additions
and
36 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,11 +1,14 @@ | ||
module github.com/matejsmycka/linux-id | ||
|
||
go 1.16 | ||
go 1.22 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/google/go-tpm v0.3.2 | ||
github.com/psanford/uhid v0.0.0-20210426002309-4864eff247db | ||
github.com/google/go-tpm v0.3.3 | ||
github.com/psanford/uhid v0.0.0-20210516231035-a7c1e481958d | ||
github.com/twpayne/go-pinentry/v4 v4.0.0 | ||
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a | ||
golang.org/x/sys v0.8.0 // indirect | ||
golang.org/x/crypto v0.30.0 | ||
) | ||
|
||
require golang.org/x/sys v0.28.0 // 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