Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions client/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ import (
"github.com/dubbogo/gost/log/logger"
gxstrings "github.com/dubbogo/gost/strings"

constant2 "github.com/dubbogo/triple/pkg/common/constant"

perrors "github.com/pkg/errors"
)

Expand Down Expand Up @@ -66,7 +64,7 @@ func updateOrCreateMeshURL(opts *ReferenceOptions) {
if !con.MeshEnabled {
return
}
if ref.Protocol != constant2.TRIPLE {
if ref.Protocol != constant.TriProtocol {
panic(fmt.Sprintf("Mesh mode enabled, Triple protocol expected but %v protocol found!", ref.Protocol))
}
if ref.ProvidedBy == "" {
Expand Down
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ require (
github.com/dop251/goja_nodejs v0.0.0-20211022123610-8dd9abb0616d
github.com/dubbogo/go-zookeeper v1.0.4-0.20211212162352-f9d2183d89d5
github.com/dubbogo/gost v1.14.3
github.com/dubbogo/grpc-go v1.42.10
github.com/dubbogo/triple v1.2.2-rc4
github.com/dustin/go-humanize v1.0.1
github.com/emicklei/go-restful/v3 v3.10.1
github.com/fsnotify/fsnotify v1.6.0
Expand Down Expand Up @@ -130,8 +128,7 @@ require (
github.com/subosito/gotenv v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/uber/jaeger-client-go v2.29.1+incompatible // indirect
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
go.opentelemetry.io/otel/metric v1.21.0 // indirect
Expand All @@ -142,6 +139,7 @@ require (
golang.org/x/sys v0.45.0 // indirect
golang.org/x/text v0.37.0 // indirect
golang.org/x/time v0.15.0 // indirect
gonum.org/v1/gonum v0.8.2 // indirect
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240318140521-94a12d6c2237 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
Expand Down
52 changes: 0 additions & 52 deletions go.sum

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions protocol/dubbo3/doc.go

This file was deleted.

61 changes: 0 additions & 61 deletions protocol/dubbo3/dubbo3_exporter.go

This file was deleted.

Loading
Loading