hugo/modules
Bjørn Erik Pedersen 22a9f3fc98 modules: Improve console output on hugo mod init
Replace some of the stderr output from the Go command to match the Hugo commands needed:

```
go: creating new go.mod: module github.com/bep/foo
hugo: to add module requirements and sums:
hugo mod tidy
```

See #11458
2024-09-19 12:26:04 +02:00
..
npm
client.go modules: Improve console output on hugo mod init 2024-09-19 12:26:04 +02:00
client_test.go Add css.TailwindCSS 2024-06-25 15:48:02 +02:00
collect.go commands: Ignore "module does not exist" errors in hugo mod init 2024-09-19 12:26:04 +02:00
collect_test.go
config.go Implement defer 2024-06-23 11:25:47 +02:00
config_test.go
module.go