File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"strconv"
13
13
"time"
14
14
15
- "github.com/go- redis/redis/v9"
15
+ "github.com/redis/go- redis/v9"
16
16
"golang.org/x/crypto/ssh"
17
17
)
18
18
Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ go 1.19
4
4
5
5
require (
6
6
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220527190237-ee62e23da966
7
- github.com/go-redis/redis/v9 v9.0.0-rc.2
8
7
github.com/json-iterator/go v1.1.12
8
+ github.com/redis/go-redis/v9 v9.0.2
9
9
github.com/samber/lo v1.21.0
10
10
github.com/stretchr/testify v1.8.1
11
11
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
12
12
golang.org/x/net v0.2.0
13
13
)
14
14
15
15
require (
16
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
16
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
17
17
github.com/davecgh/go-spew v1.1.1 // indirect
18
18
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
19
19
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package parser
2
2
3
3
import (
4
4
"github.com/antlr/antlr4/runtime/Go/antlr"
5
- "github.com/go- redis/redis/v9"
5
+ "github.com/redis/go- redis/v9"
6
6
"github.com/samber/lo"
7
7
"golang.org/x/net/context"
8
8
"strconv"
Original file line number Diff line number Diff line change @@ -12,11 +12,10 @@ require (
12
12
require (
13
13
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220527190237-ee62e23da966 // indirect
14
14
github.com/bep/debounce v1.2.1 // indirect
15
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
15
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
16
16
github.com/davecgh/go-spew v1.1.1 // indirect
17
17
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
18
18
github.com/go-ole/go-ole v1.2.6 // indirect
19
- github.com/go-redis/redis/v9 v9.0.0-rc.2 // indirect
20
19
github.com/google/uuid v1.3.0 // indirect
21
20
github.com/imdario/mergo v0.3.13 // indirect
22
21
github.com/jchv/go-winloader v0.0.0-20210711035445-715c2860da7e // indirect
@@ -32,6 +31,7 @@ require (
32
31
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
33
32
github.com/pkg/errors v0.9.1 // indirect
34
33
github.com/pmezard/go-difflib v1.0.0 // indirect
34
+ github.com/redis/go-redis/v9 v9.0.2 // indirect
35
35
github.com/rivo/uniseg v0.2.0 // indirect
36
36
github.com/samber/lo v1.27.1 // indirect
37
37
github.com/tkrajina/go-reflector v0.5.6 // indirect
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ require (
12
12
13
13
require (
14
14
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220527190237-ee62e23da966 // indirect
15
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
15
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
16
16
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
17
- github.com/go-redis/redis/v9 v9.0.0-rc.2 // indirect
18
17
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
19
18
github.com/modern-go/reflect2 v1.0.2 // indirect
19
+ github.com/redis/go-redis/v9 v9.0.2 // indirect
20
20
github.com/samber/lo v1.21.0 // indirect
21
21
github.com/segmentio/asm v1.2.0 // indirect
22
22
github.com/segmentio/encoding v0.3.5 // indirect
You can’t perform that action at this time.
0 commit comments