2019-06-03 16:06:30 +00:00
|
|
|
module github.com/mailgun/groupcache/v2
|
2019-04-09 22:36:47 +00:00
|
|
|
|
2023-12-28 03:56:10 +00:00
|
|
|
go 1.21
|
2022-12-20 17:35:12 +00:00
|
|
|
|
2020-06-18 12:18:44 +00:00
|
|
|
require (
|
2023-12-28 03:17:41 +00:00
|
|
|
github.com/golang/protobuf v1.5.3
|
2020-12-19 03:22:07 +00:00
|
|
|
github.com/segmentio/fasthash v1.0.3
|
2022-12-20 17:35:12 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.0
|
2023-12-28 03:17:41 +00:00
|
|
|
github.com/stretchr/testify v1.8.4
|
2020-06-18 12:18:44 +00:00
|
|
|
)
|
2020-01-05 21:49:06 +00:00
|
|
|
|
2022-12-20 17:35:12 +00:00
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2023-12-28 03:17:41 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2022-12-20 17:35:12 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2023-12-28 03:17:41 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2022-12-20 17:35:12 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|