Skip to content

Commit 1f06500

Browse files
committed
vendor: run make vendor-update
1 parent e095700 commit 1f06500

File tree

9 files changed

+62
-22
lines changed

9 files changed

+62
-22
lines changed

go.mod

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@ module github.com/VictoriaMetrics/VictoriaLogs
22

33
go 1.25.5
44

5+
replace github.com/VictoriaMetrics/VictoriaMetrics => github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251205171807-aab92d3c0f70
6+
57
require (
6-
github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251126195227-50fc48ac476b
8+
github.com/VictoriaMetrics/VictoriaMetrics v1.131.0
79
github.com/VictoriaMetrics/easyproto v1.0.0
810
github.com/VictoriaMetrics/metrics v1.40.2
911
github.com/cespare/xxhash/v2 v2.3.0
1012
github.com/ergochat/readline v0.1.3
1113
github.com/golang/snappy v1.0.0
1214
github.com/google/go-cmp v0.7.0
13-
github.com/klauspost/compress v1.18.1
15+
github.com/klauspost/compress v1.18.2
1416
github.com/mattn/go-isatty v0.0.20
1517
github.com/valyala/fastjson v1.6.4
1618
github.com/valyala/fastrand v1.1.0

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251126195227-50fc48ac476b h1:rtWEkp9Ai5d0S0YzJ8FWUkzcw7uoTmDgpK41dC2IK2A=
2-
github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251126195227-50fc48ac476b/go.mod h1:p/uiDZSYawWaSgIbZrcbuzjNObxcrZ/u42zYSv40kCY=
1+
github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251205171807-aab92d3c0f70 h1:wObuPcJomdX377NDD3Oa+QEBICLkVHrWD1oMFLsaTSM=
2+
github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251205171807-aab92d3c0f70/go.mod h1:HSkx/8xtKsQigWM39b2SXCdsBS0qRbwFBLaOLeWW+e4=
33
github.com/VictoriaMetrics/easyproto v1.0.0 h1:/Flmb/RyupM4uQuVQOIknRA+wKvI66C2IM3Z41AwW/s=
44
github.com/VictoriaMetrics/easyproto v1.0.0/go.mod h1:QlGlzaJnDfFd8Lk6Ci/fuLxfTo3/GThPs2KH23mv710=
55
github.com/VictoriaMetrics/metrics v1.40.2 h1:OVSjKcQEx6JAwGeu8/KQm9Su5qJ72TMEW4xYn5vw3Ac=
@@ -14,8 +14,8 @@ github.com/golang/snappy v1.0.0 h1:Oy607GVXHs7RtbggtPBnr2RmDArIsAefDwvrdWvRhGs=
1414
github.com/golang/snappy v1.0.0/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
1515
github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8=
1616
github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU=
17-
github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co=
18-
github.com/klauspost/compress v1.18.1/go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0=
17+
github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk=
18+
github.com/klauspost/compress v1.18.2/go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4=
1919
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
2020
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
2121
github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=

vendor/github.com/VictoriaMetrics/VictoriaMetrics/lib/flagutil/array.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/VictoriaMetrics/VictoriaMetrics/lib/memory/memory.go

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/README.md

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/flate/deflate.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/klauspost/compress/flate/stateless.go

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251126195227-50fc48ac476b
2-
## explicit; go 1.25.4
1+
# github.com/VictoriaMetrics/VictoriaMetrics v1.131.0 => github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251205171807-aab92d3c0f70
2+
## explicit; go 1.25.5
33
github.com/VictoriaMetrics/VictoriaMetrics/lib/appmetrics
44
github.com/VictoriaMetrics/VictoriaMetrics/lib/atomicutil
55
github.com/VictoriaMetrics/VictoriaMetrics/lib/blockcache
@@ -75,7 +75,7 @@ github.com/google/go-cmp/cmp/internal/diff
7575
github.com/google/go-cmp/cmp/internal/flags
7676
github.com/google/go-cmp/cmp/internal/function
7777
github.com/google/go-cmp/cmp/internal/value
78-
# github.com/klauspost/compress v1.18.1
78+
# github.com/klauspost/compress v1.18.2
7979
## explicit; go 1.23
8080
github.com/klauspost/compress
8181
github.com/klauspost/compress/flate
@@ -134,3 +134,4 @@ golang.org/x/text/width
134134
# gopkg.in/yaml.v2 v2.4.0
135135
## explicit; go 1.15
136136
gopkg.in/yaml.v2
137+
# github.com/VictoriaMetrics/VictoriaMetrics => github.com/VictoriaMetrics/VictoriaMetrics v0.0.0-20251205171807-aab92d3c0f70

0 commit comments

Comments
 (0)