blob: d34f68da0cebd1e2c59558b37bcac26c358d5301 [file] [log] [blame]
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.21
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.5
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc
)
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
)