-
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.
- Loading branch information
1 parent
e6dd2ec
commit d84f73a
Showing
3 changed files
with
22 additions
and
25 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,26 +1,25 @@ | ||
module go.sia.tech/cpuminerd | ||
|
||
go 1.22.5 | ||
go 1.23.1 | ||
|
||
toolchain go1.23.0 | ||
toolchain go1.23.2 | ||
|
||
require ( | ||
go.sia.tech/core v0.4.6 | ||
go.sia.tech/coreutils v0.3.2 | ||
go.sia.tech/core v0.6.1 | ||
go.sia.tech/coreutils v0.6.0 | ||
go.sia.tech/walletd v0.8.1-0.20240902023057-2a6076264ff4 | ||
go.uber.org/zap v1.27.0 | ||
lukechampine.com/frand v1.4.2 | ||
lukechampine.com/frand v1.5.1 | ||
) | ||
|
||
require ( | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
github.com/julienschmidt/httprouter v1.3.0 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
go.etcd.io/bbolt v1.3.11 // indirect | ||
go.sia.tech/jape v0.12.1 // indirect | ||
go.sia.tech/mux v1.2.0 // indirect | ||
go.sia.tech/mux v1.3.0 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.26.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/tools v0.22.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