Skip to content

Commit

Permalink
修改go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Dot-Liu committed Mar 31, 2023
1 parent c98d591 commit 587a9e6
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 @@ -7,7 +7,7 @@ require (
github.com/brianvoe/gofakeit/v6 v6.20.1
github.com/coocood/freecache v1.2.2
github.com/dubbogo/gost v1.13.1
github.com/eolinker/eosc v0.11.0
github.com/eolinker/eosc v0.12.1
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 @@ -198,4 +198,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 587a9e6

Please sign in to comment.