File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919
2020# Go workspace file
2121go.work
22+
23+ # Built binary
24+ elastickv
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ require (
6363 github.com/mattn/go-colorable v0.1.13 // indirect
6464 github.com/mattn/go-isatty v0.0.19 // indirect
6565 github.com/pmezard/go-difflib v1.0.0 // indirect
66- github.com/rogpeppe/go-internal v1.9.0 // indirect
66+ github.com/rogpeppe/go-internal v1.13.1 // indirect
6767 github.com/tidwall/btree v1.1.0 // indirect
6868 github.com/tidwall/match v1.1.1 // indirect
6969 golang.org/x/net v0.41.0 // indirect
Original file line number Diff line number Diff line change @@ -266,8 +266,9 @@ github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
266266github.com/redis/go-redis/v9 v9.12.1 h1:k5iquqv27aBtnTm2tIkROUDp8JBXhXZIVu1InSgvovg =
267267github.com/redis/go-redis/v9 v9.12.1 /go.mod h1:huWgSWd8mW6+m0VPhJjSSQ+d6Nh1VICQ6Q5lHuCH/Iw =
268268github.com/rogpeppe/fastuuid v1.2.0 /go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ =
269- github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8 =
270269github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
270+ github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII =
271+ github.com/rogpeppe/go-internal v1.13.1 /go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o =
271272github.com/sirupsen/logrus v1.2.0 /go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo =
272273github.com/sirupsen/logrus v1.4.2 /go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE =
273274github.com/sirupsen/logrus v1.6.0 /go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88 =
You can’t perform that action at this time.
0 commit comments