Skip to content

Commit

Permalink
use dubbo go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mark4z committed May 4, 2024
1 parent 52ea13f commit 217d6ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/apache/dubbo-go-pixiu
go 1.18

require (
dubbo.apache.org/dubbo-go/v3 v3.1.1-rc1
dubbo.apache.org/dubbo-go/v3 v3.1.1
github.com/MicahParks/keyfunc v1.0.0
github.com/Shopify/sarama v1.30.0
github.com/alibaba/sentinel-golang v1.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -387,8 +387,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS
cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M=
cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
dubbo.apache.org/dubbo-go/v3 v3.1.1-rc1 h1:WfUIRt9SZWgUE9YLTT4xEkpSaSnGy6t0qWe9L+hXLJc=
dubbo.apache.org/dubbo-go/v3 v3.1.1-rc1/go.mod h1:iFwQc9FclTaFEZMWD+U7q/U8tbjHG/pdSyot6qQs3II=
dubbo.apache.org/dubbo-go/v3 v3.1.1 h1:ApofZ45tIH1WCsJjibXHuz3ltiR3ExpNP/hkTBD+nI0=
dubbo.apache.org/dubbo-go/v3 v3.1.1/go.mod h1:5YAAJShCNV+NaFKzbqcvc7nVt2+0804oFS/3XOmf+Ow=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
Expand Down

0 comments on commit 217d6ff

Please sign in to comment.