File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/apache/dubbo-go-samples
2
2
3
3
require (
4
- dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2
4
+ dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2
5
5
github.com/SkyAPM/go2sky v1.5.0
6
6
github.com/SkyAPM/go2sky-plugins/dubbo-go v0.0.0-20220718123631-cb8f743b16cf
7
7
github.com/alibaba/sentinel-golang v1.0.4
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ contrib.go.opencensus.io/exporter/prometheus v0.4.1/go.mod h1:t9wvfitlUjGXG2IXAZ
39
39
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9 /go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU =
40
40
dubbo.apache.org/dubbo-go/v3 v3.0.2-0.20220508105316-b27ec53b7bab /go.mod h1:Ytn9MtmsFYkpa1bzW/3loUFBgm7eJ3M3+XWRurhbBZc =
41
41
dubbo.apache.org/dubbo-go/v3 v3.0.2 /go.mod h1:bODgByAf72kzG/5YIfZIODXx81pY3gaAdIQ8B4mN/Yk =
42
- dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2 h1:R9qHDDXRg3rHzJJTdpkI7NqgVaAwpnfK7Wh0sgWeO2M =
43
- dubbo.apache.org/dubbo-go/v3 v3.2.0-rc2 /go.mod h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4 =
42
+ dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2 h1:RMYc9hRr9u+yu7x2bJbJ9cVQkZeYDhwVLSzLSVmXpe4 =
43
+ dubbo.apache.org/dubbo-go/v3 v3.2.0-rc1.0.20240808044912-f61d7c94bfd2 /go.mod h1:ECpY0g32XJMG2irWj6wttH94zA5QU70Alc5hmOyXgu4 =
44
44
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
45
45
github.com/BurntSushi/toml v1.1.0 h1:ksErzDEI1khOiGPgpwuI7x2ebx/uXQNw7xJpn9Eq1+I =
46
46
github.com/BurntSushi/toml v1.1.0 /go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ =
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ spec:
194
194
terminationGracePeriodSeconds : 5
195
195
containers :
196
196
- name : server
197
- image :
197
+ image : sca-registry.cn-hangzhou.cr.aliyuncs.com/dubbo/online-boutique-recommendation-service:1.0-go
198
198
ports :
199
199
- containerPort : 20011
200
200
readinessProbe :
@@ -918,7 +918,7 @@ spec:
918
918
initContainers :
919
919
containers :
920
920
- name : zookeeper
921
- image : docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
921
+ image : swr.cn-north-4.myhuaweicloud.com/ddn-k8s/ docker.io/bitnami/zookeeper:3.8.1-debian-11-r18
922
922
imagePullPolicy : " IfNotPresent"
923
923
securityContext :
924
924
allowPrivilegeEscalation : false
Original file line number Diff line number Diff line change 37
37
38
38
.PHONY : docker
39
39
docker :
40
- @docker build -t cartService :latest .
40
+ @docker build -t cartservice :latest .
41
41
@docker tag cartservice:latest ken222/online-boutique-cart-service:1.0-go
42
42
@docker push ken222/online-boutique-cart-service:1.0-go
You can’t perform that action at this time.
0 commit comments