Files
go-grip/go.mod
Christoph Herb 40fa2a7b86 feat: Update go-grip to use golangci-lint and improve build process
This commit updates the go-grip project to use golangci-lint for code quality checks, improves the build process by adding a check for formatting errors, and enhances the release workflow by using the new golangci-lint action.

The changes address issues with code quality and maintainability, ensuring that the project adheres to best practices. The improved build process reduces the risk of formatting errors, while the updated release workflow ensures that the project is properly formatted before being released.
2024-10-09 23:48:08 +02:00

19 lines
644 B
Modula-2

module github.com/chrishrb/go-grip
go 1.22.7
require (
github.com/aarol/reload v1.1.3 // indirect
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
github.com/bep/debounce v1.2.1 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/gomarkdown/markdown v0.0.0-20240930133441-72d49d9543d8 // indirect
github.com/gorilla/websocket v1.5.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/cobra v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/net v0.19.0 // indirect
golang.org/x/sys v0.16.0 // indirect
)