File tree Expand file tree Collapse file tree 2 files changed +11
-60
lines changed
Expand file tree Collapse file tree 2 files changed +11
-60
lines changed Original file line number Diff line number Diff line change @@ -4,23 +4,20 @@ go 1.16
44
55require (
66 github.com/ProtonMail/go-crypto v1.0.0 // indirect
7- github.com/benbjohnson/clock v1.1 .0 // indirect
7+ github.com/cespare/xxhash/v2 v2.3 .0 // indirect
88 github.com/cloudflare/circl v1.3.7 // indirect
99 github.com/emirpasic/gods v1.18.1
1010 github.com/fatih/color v1.16.0
1111 github.com/go-git/go-git/v5 v5.11.0
12- github.com/go-lark/lark v1.14.0 // indirect
1312 github.com/google/uuid v1.6.0
1413 github.com/pelletier/go-toml/v2 v2.1.1
15- github.com/redis/go-redis/v9 v9.5.1
14+ github.com/redis/go-redis/v9 v9.5.4
1615 github.com/sergi/go-diff v1.3.1 // indirect
1716 github.com/skeema/knownhosts v1.2.2 // indirect
1817 github.com/spaolacci/murmur3 v1.1.0
1918 github.com/stretchr/testify v1.8.4
20- go.uber.org/atomic v1.11.0 // indirect
2119 go.uber.org/multierr v1.11.0 // indirect
2220 go.uber.org/zap v1.27.0
23- golang.org/x/lint v0.0.0-20190930215403-16217165b5de // indirect
2421 golang.org/x/tools v0.19.0 // indirect
2522 gopkg.in/yaml.v2 v2.4.0
2623)
You can’t perform that action at this time.
0 commit comments