Skip to content

Commit 8ee80e2

Browse files
committed
升级sdk
1 parent 77a919c commit 8ee80e2

File tree

2 files changed

+11
-60
lines changed

2 files changed

+11
-60
lines changed

go.mod

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,20 @@ go 1.16
44

55
require (
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
)

0 commit comments

Comments
 (0)