This bumps the go directive for all of the modules provided by the repository to 1.17 which will allow the new module graph pruning and lazy loading capabilities introduced in Go 1.17 to be used once the updated modules are released. This means that, as described by the documentation, the go.mod files for each module now include a separate require block that includes all of the indirect dependencies
4 lines
52 B
Modula-2
4 lines
52 B
Modula-2
module github.com/decred/dcrd/math/uint256
|
|
|
|
go 1.17
|