You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mir/go.mod

9 lines
149 B
Modula-2

3 years ago
module orel.li/modrn
3 years ago
go 1.18
require (
golang.org/x/mod v0.5.1 // indirect
golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
)