-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 912 Bytes
/
go.mod
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
26
module github.com/steamsets/go-cache
go 1.22.6
require (
github.com/Southclaws/fault v0.8.1
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
github.com/goccy/go-json v0.10.3
github.com/maypok86/otter v1.2.3
github.com/redis/rueidis v1.0.49
go.opentelemetry.io/otel v1.32.0
go.opentelemetry.io/otel/trace v1.32.0
)
require (
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
github.com/dolthub/maphash v0.1.0 // indirect
github.com/gammazero/deque v0.2.1 // indirect
github.com/go-logr/logr v1.4.2 // indirect
github.com/go-logr/stdr v1.2.2 // indirect
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240721121621-c0bdc870f11c // indirect
github.com/tursodatabase/go-libsql v0.0.0-20241011135853-3effbb6dea5c // indirect
go.opentelemetry.io/otel/metric v1.32.0 // indirect
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
golang.org/x/sys v0.27.0 // indirect
)