-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 805 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 805 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/splitio/split-openfeature-provider-go
go 1.23.0
toolchain go1.24.2
require (
github.com/open-feature/go-sdk v1.15.0
github.com/splitio/go-client/v6 v6.7.0
github.com/splitio/go-toolkit/v5 v5.4.0
)
require (
github.com/bits-and-blooms/bitset v1.22.0 // indirect
github.com/bits-and-blooms/bloom/v3 v3.7.0 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-logr/logr v1.4.3 // indirect
github.com/redis/go-redis/v9 v9.9.0 // indirect
github.com/splitio/go-split-commons/v6 v6.1.0 // indirect
go.uber.org/mock v0.5.2 // indirect
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
golang.org/x/sync v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)