Skip to content

Commit

Permalink
vendor: update packages. (tikv#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
disksing authored and rleungx committed Apr 16, 2024
1 parent a767a5f commit dcabcca
Show file tree
Hide file tree
Showing 696 changed files with 467,624 additions and 0 deletions.
442 changes: 442 additions & 0 deletions Gopkg.lock

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"

[[constraint]]
name = "github.com/coreos/etcd"
version = "=3.2.14"

[[override]]
name = "github.com/grpc-ecosystem/grpc-gateway"
version = "~1.3"

[[constraint]]
name = "google.golang.org/grpc"
source = "https://github.com/grpc/grpc-go.git"
version = "=1.7.5"

[[constraint]]
name = "github.com/chzyer/readline"
branch = "master"
Loading

0 comments on commit dcabcca

Please sign in to comment.