Skip to content

Commit da8716e

Browse files
authored
refactor: remove unnecessary ristretto replace (#14828)
we dropped jaeger and beats is using ristretto/v2. the only lib using ristretto v1 is badger v2 so we can drop the replace directive
1 parent c32517c commit da8716e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ require (
7171
github.com/cockroachdb/tokenbucket v0.0.0-20230807174530-cc333fc44b06 // indirect
7272
github.com/containerd/containerd v1.7.24 // indirect
7373
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
74-
github.com/dgraph-io/ristretto v1.0.0 // indirect
74+
github.com/dgraph-io/ristretto v0.2.0 // indirect
7575
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
7676
github.com/dgryski/go-metro v0.0.0-20180109044635-280f6062b5bc // indirect
7777
github.com/dlclark/regexp2 v1.8.1 // indirect
@@ -165,5 +165,3 @@ replace (
165165
// command line flags and conflicting with command line flags added by libbeat.
166166
github.com/golang/glog => ./internal/glog
167167
)
168-
169-
replace github.com/dgraph-io/ristretto v1.0.0 => github.com/dgraph-io/ristretto v0.2.0

0 commit comments

Comments
 (0)