-
Notifications
You must be signed in to change notification settings - Fork 2
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
1ba186b
commit fdb9f48
Showing
6 changed files
with
95 additions
and
20 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,10 +1,10 @@ | ||
module phantom_decryptor | ||
|
||
go 1.22.4 | ||
go 1.23.4 | ||
|
||
require ( | ||
github.com/btcsuite/btcutil v1.0.2 | ||
golang.org/x/crypto v0.31.0 | ||
golang.org/x/crypto v0.32.0 | ||
) | ||
|
||
require golang.org/x/sys v0.28.0 // indirect | ||
require golang.org/x/sys v0.29.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
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,7 +1,10 @@ | ||
module phantom_extractor | ||
|
||
go 1.22.4 | ||
go 1.23.4 | ||
|
||
require github.com/syndtr/goleveldb v1.0.0 | ||
require ( | ||
github.com/btcsuite/btcutil v1.0.2 | ||
github.com/syndtr/goleveldb v1.0.0 | ||
) | ||
|
||
require github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db // indirect | ||
require github.com/golang/snappy v0.0.4 // 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