Skip to content

Commit

Permalink
Merge branch 'feature/http_to_dubbo2' into 'release/v0.10.1'
Browse files Browse the repository at this point in the history
去掉hessian.Object

See merge request goku/eosc!116
  • Loading branch information
zhang zeyi committed Feb 24, 2023
2 parents e5c4fb1 + 08e2c9d commit ea50530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions eocontext/dubbo2-context/param.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package dubbo2_context

import hessian "github.com/apache/dubbo-go-hessian2"

type Dubbo2ParamBody struct {
TypesList []string
ValuesList []hessian.Object
ValuesList []interface{}
}
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/eolinker/eosc
go 1.19

require (
github.com/apache/dubbo-go-hessian2 v1.11.6
github.com/fasthttp/websocket v1.5.0
github.com/ghodss/yaml v1.0.0
github.com/golang/protobuf v1.5.2
Expand Down Expand Up @@ -35,7 +34,6 @@ require (
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dubbogo/gost v1.13.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
github.com/gogo/protobuf v1.3.2 // indirect
Expand Down

0 comments on commit ea50530

Please sign in to comment.