cfcbb4227f
This does not yet include support for the //go:embed directive added in this release. * Makefile.am (check-runtime): Don't create check-runtime-dir. (mostlyclean-local): Don't remove check-runtime-dir. (check-go-tool, check-vet): Copy in go.mod and modules.txt. (check-cgo-test, check-carchive-test): Add go.mod file. * Makefile.in: Regenerate. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/280172
11 lines
245 B
Modula-2
11 lines
245 B
Modula-2
module std
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
|
|
golang.org/x/net v0.0.0-20201209123823-ac852fbbde11
|
|
golang.org/x/sys v0.0.0-20201204225414-ed752295db88 // indirect
|
|
golang.org/x/text v0.3.4 // indirect
|
|
)
|