2023-07-01 08:26:58 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2023-07-30 10:59:17 +00:00
|
|
|
go install github.com/ayoisaiah/f2/cmd/f2@latest
|
2023-07-18 18:25:39 +00:00
|
|
|
|
2023-07-01 08:26:58 +00:00
|
|
|
go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
2023-07-18 18:25:39 +00:00
|
|
|
|
2023-07-01 08:26:58 +00:00
|
|
|
go install golang.org/x/tools/gopls@latest
|
2024-05-07 18:05:47 +00:00
|
|
|
go install golang.org/x/tools/cmd/goimports@latest
|
2023-07-18 18:25:39 +00:00
|
|
|
|
|
|
|
go install github.com/mikefarah/yq/v4@latest
|
|
|
|
go install github.com/itchyny/gojq/cmd/gojq@latest
|
2024-08-11 17:00:55 +00:00
|
|
|
go install github.com/walles/moar@v1.25.4
|
2023-09-24 09:34:21 +00:00
|
|
|
go install github.com/antonmedv/fx@latest
|
2023-07-18 18:25:39 +00:00
|
|
|
|
2024-02-14 08:37:49 +00:00
|
|
|
go install golang.org/x/telemetry/cmd/gotelemetry@latest
|
|
|
|
gotelemetry on
|
|
|
|
|
|
|
|
go install golang.org/x/vuln/cmd/govulncheck@latest
|
|
|
|
go install golang.org/x/tools/go/analysis/passes/fieldalignment/cmd/fieldalignment@latest
|
|
|
|
|
2023-07-01 08:26:58 +00:00
|
|
|
go install mvdan.cc/gofumpt@latest
|
2023-08-31 09:48:51 +00:00
|
|
|
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
2024-02-14 08:37:49 +00:00
|
|
|
go install github.com/maruel/panicparse/v2@latest
|
2023-07-01 08:26:58 +00:00
|
|
|
go install gotest.tools/gotestsum@latest
|
2024-05-17 03:57:34 +00:00
|
|
|
go install github.com/bufbuild/buf/cmd/buf@v1.31.0
|