Skip to content

Commit

Permalink
go.mod: update kvproto
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Shen <[email protected]>
  • Loading branch information
overvenus committed Nov 13, 2024
1 parent ae81ee0 commit 3e89bfb
Show file tree
Hide file tree
Showing 2 changed files with 1,830 additions and 33 deletions.
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ go 1.16

require (
github.com/pingcap/errors v0.11.5-0.20190809092503-95897b64e011 // indirect
github.com/pingcap/kvproto v0.0.0-20191211054548-3c6b38ea5107
github.com/pingcap/kvproto v0.0.0-20241113043844-e1fa7ea8c302
github.com/pingcap/log v0.0.0-20210625125904-98ed8e2eb1c7
github.com/pkg/errors v0.9.1 // indirect
github.com/shirou/gopsutil/v3 v3.21.12
github.com/stretchr/testify v1.7.1
github.com/stretchr/testify v1.8.3
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.12.0 // indirect
golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 // indirect
google.golang.org/grpc v1.25.1
google.golang.org/grpc v1.59.0
gopkg.in/yaml.v2 v2.2.4 // indirect
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
)
Loading

0 comments on commit 3e89bfb

Please sign in to comment.