forked from groupcache/groupcache-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (20 loc) · 705 Bytes
/
go.mod
File metadata and controls
25 lines (20 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/groupcache/groupcache-go/v3
replace github.com/groupcache/groupcache-go/v3 => github.com/jcastilloa/groupcache-go/v3 v3.0.0
go 1.21.7
toolchain go1.23.1
require (
github.com/kapetan-io/tackle v0.10.0
github.com/maypok86/otter v1.2.0
github.com/segmentio/fasthash v1.0.3
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.22.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dolthub/maphash v0.1.0 // indirect
github.com/gammazero/deque v0.2.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)