Skip to content

Commit

Permalink
修改go.mod依赖eosc版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Oct 12, 2023
1 parent 3d9d282 commit baef2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/clbanning/mxj v1.8.4
github.com/coocood/freecache v1.2.2
github.com/dubbogo/gost v1.13.1
github.com/eolinker/eosc v0.14.5
github.com/eolinker/eosc v0.14.6
github.com/fasthttp/websocket v1.5.0
github.com/fullstorydev/grpcurl v1.8.7
github.com/go-redis/redis/v8 v8.11.5
Expand Down Expand Up @@ -167,4 +167,4 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
)

replace github.com/eolinker/eosc => ../eosc
//replace github.com/eolinker/eosc => ../eosc

0 comments on commit baef2a0

Please sign in to comment.