Skip to content

Commit

Permalink
Merge pull request #337 from apache/fix/AcquireBytes
Browse files Browse the repository at this point in the history
upgrade gost version to fix memory leak of AcquireBytes
  • Loading branch information
AlexStocks committed Nov 13, 2022
2 parents 901b071 + 801268e commit e579dda
Show file tree
Hide file tree
Showing 2 changed files with 687 additions and 8 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/apache/dubbo-go-hessian2

require (
github.com/dubbogo/gost v1.9.0
github.com/dubbogo/gost v1.13.1
github.com/pkg/errors v0.9.1
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.7.0
)
Loading

0 comments on commit e579dda

Please sign in to comment.