Skip to content

Commit

Permalink
update openapi-protocol/go to fix reconnect bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfuze committed May 12, 2023
1 parent e17303d commit ba317f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/jinzhu/copier v0.3.5
github.com/joho/godotenv v1.4.0
github.com/longbridgeapp/openapi-protobufs/gen/go v0.1.1
github.com/longbridgeapp/openapi-protocol/go v0.2.2
github.com/longbridgeapp/openapi-protocol/go v0.2.3
github.com/pkg/errors v0.9.1
github.com/shopspring/decimal v1.3.1
)
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ github.com/longbridgeapp/assert v0.1.0/go.mod h1:ew3umReliXtk1bBG4weVURxdvR0tsN+
github.com/longbridgeapp/openapi-protobufs/gen/go v0.1.0/go.mod h1:G2qnmuH14s0RXrACedFqShRFQFVMDGrOlo0rPEjtoDQ=
github.com/longbridgeapp/openapi-protobufs/gen/go v0.1.1 h1:DQV+BCJ26PbNmKVP6ASyQwdxVKcfOPS+6YFzB7eQ2QY=
github.com/longbridgeapp/openapi-protobufs/gen/go v0.1.1/go.mod h1:ZWgi3QpqTCgjAIgNudco+pyaxMFdW4nr7ePXBPc27uQ=
github.com/longbridgeapp/openapi-protocol/go v0.2.1 h1:5cq77zh/GoksFBNReSNh0yyOD0j2uO8n/QrxoHJZUJA=
github.com/longbridgeapp/openapi-protocol/go v0.2.1/go.mod h1:hx5GDh1L0gAVqGhvRL0pRrTEXsVY/ASgBVwzicrpX3E=
github.com/longbridgeapp/openapi-protocol/go v0.2.2 h1:ASlcogsy78fJwnn3ox2LVj+T3csXgEdM6w6tHjPiCxI=
github.com/longbridgeapp/openapi-protocol/go v0.2.2/go.mod h1:hx5GDh1L0gAVqGhvRL0pRrTEXsVY/ASgBVwzicrpX3E=
github.com/longbridgeapp/openapi-protocol/go v0.2.3 h1:Lj2kHfazN66l/f44okqz2nK1bUwFj0+0/p16QFpQkGI=
github.com/longbridgeapp/openapi-protocol/go v0.2.3/go.mod h1:hx5GDh1L0gAVqGhvRL0pRrTEXsVY/ASgBVwzicrpX3E=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit ba317f7

Please sign in to comment.