2019-06-03 16:06:30 +00:00
|
|
|
module github.com/mailgun/groupcache/v2
|
2019-04-09 22:36:47 +00:00
|
|
|
|
2022-12-20 17:35:12 +00:00
|
|
|
go 1.19
|
|
|
|
|
2020-06-18 12:18:44 +00:00
|
|
|
require (
|
2022-12-20 17:35:12 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
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
|
|
|
|
github.com/stretchr/testify v1.8.1
|
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
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8 // indirect
|
|
|
|
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
|
|
|
|
google.golang.org/protobuf v1.28.1 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
)
|