blob: 16f3d9476895a8699b4882ca7cdadf972653fd1c [file] [log] [blame]
module github.com/google/keep-sorted
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
google.golang.org/protobuf v1.28.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
)