| module github.com/google/keep-sorted |
| |
| // Remember to also update language_version in .pre-commit-config.yaml, |
| // .pre-commit-hooks.yaml, and README.md! |
| go 1.23.1 |
| |
| require ( |
| github.com/Workiva/go-datastructures v1.0.53 |
| github.com/google/go-cmp v0.5.8 |
| github.com/mattn/go-isatty v0.0.20 |
| github.com/rs/zerolog v1.31.0 |
| github.com/spf13/pflag v1.0.10 |
| gopkg.in/yaml.v3 v3.0.1 |
| ) |
| |
| require ( |
| github.com/mattn/go-colorable v0.1.13 // indirect |
| github.com/stretchr/testify v1.8.1 // indirect |
| golang.org/x/sys v0.15.0 // indirect |
| ) |