Skip to content

Commit

Permalink
update golang sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfengwang committed Feb 13, 2023
1 parent 907aee8 commit e679d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,5 @@ replace (
github.com/linkall-labs/vanus/pkg => ./pkg
github.com/linkall-labs/vanus/proto => ./proto
github.com/linkall-labs/vanus/raft => ./raft
github.com/linkall-labs/sdk/golang => ../sdk/golang
github.com/mwitkow/grpc-proxy => github.com/linkall-labs/grpc-proxy v0.0.0-20220624142509-a3b0cb2bb86c
)
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -292,10 +292,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/linkall-labs/embed-etcd v0.1.2 h1:1mTdXLwVvn9gi3XWh/PGhaEAfG8Zmxvjqwnfontb+fA=
github.com/linkall-labs/embed-etcd v0.1.2/go.mod h1:QnecHaKt3WQBO9YGBckCDUTBd44VBR2VO8220BtWZ5U=
github.com/linkall-labs/sdk/golang v0.0.0-20230206110035-11bb74375926 h1:GD5Z4fC5kmqhWuDVZfjYtyj49n/ouc9jZfWOz7yUu6Y=
github.com/linkall-labs/sdk/golang v0.0.0-20230206110035-11bb74375926/go.mod h1:Kcy5kuupv2QNRyGQ3hgcZ7pdqdqDUFKyujHB72tnBgw=
github.com/linkall-labs/sdk/proto v0.0.0-20230106050927-acdb8d84947c h1:eCKvfEi8jOd4r7Js9Yw3RldY1BkwEcbdr2R6chGsCAY=
github.com/linkall-labs/sdk/proto v0.0.0-20230106050927-acdb8d84947c/go.mod h1:NeFfkM8UVIDLDCiJo5+uO+ZuoEi07ffWUgObCBJAslQ=
github.com/linkall-labs/sdk/golang v0.2.0 h1:VZ4n1mvwwnxCmVopktgBYuwp/FjtusxeR+f7Snfgi4k=
github.com/linkall-labs/sdk/golang v0.2.0/go.mod h1:ytY4b1U5jdXlJjbSN2BGqqMZ0oUNcI0jaml1Wu2H4N0=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.11 h1:nQ+aFkoE2TMGc0b68U2OKSexC+eq46+XwZzWXHRmPYs=
github.com/mattn/go-colorable v0.1.11/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
Expand Down

0 comments on commit e679d94

Please sign in to comment.