-
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
da3e94e
commit a033f8b
Showing
3 changed files
with
10 additions
and
14 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,18 +1,19 @@ | ||
module go.sia.tech/coreutils | ||
|
||
go 1.23.0 | ||
go 1.23.1 | ||
|
||
toolchain go1.23.2 | ||
|
||
require ( | ||
go.etcd.io/bbolt v1.3.11 | ||
go.sia.tech/core v0.4.8-0.20241010202802-e48286dc47bf | ||
go.sia.tech/core v0.4.8-0.20241021201948-dfdf69e37844 | ||
go.sia.tech/mux v1.3.0 | ||
go.uber.org/zap v1.27.0 | ||
golang.org/x/crypto v0.28.0 | ||
lukechampine.com/frand v1.4.2 | ||
lukechampine.com/frand v1.5.1 | ||
) | ||
|
||
require ( | ||
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/sys v0.26.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