-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
8895e0c
commit 30c5261
Showing
3 changed files
with
40 additions
and
223 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
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,20 +1,16 @@ | ||
module sialedger | ||
|
||
go 1.20 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/karalabe/hid v1.0.0 | ||
gitlab.com/NebulousLabs/Sia v1.5.6 | ||
github.com/bearsh/hid v1.5.0 | ||
go.sia.tech/core v0.4.3 | ||
lukechampine.com/flagg v1.1.1 | ||
) | ||
|
||
require ( | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/dchest/threefish v0.0.0-20120919164726-3ecf4c494abf // indirect | ||
gitlab.com/NebulousLabs/encoding v0.0.0-20200604091946-456c3dc907fe // indirect | ||
gitlab.com/NebulousLabs/errors v0.0.0-20200929122200-06c536cf6975 // indirect | ||
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect | ||
gitlab.com/NebulousLabs/merkletree v0.0.0-20200118113624-07fbf710afc4 // indirect | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect | ||
golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
golang.org/x/sys v0.23.0 // indirect | ||
lukechampine.com/frand v1.4.2 // indirect | ||
) |
Oops, something went wrong.