Skip to content

Commit

Permalink
chore: iasm v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felix021 authored and chenzhuoyu committed Nov 2, 2023
1 parent 8c5d29a commit 464815b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 3,11 @@ module github.com/cloudwego/frugal
go 1.16

require (
github.com/chenzhuoyu/iasm v0.9.0
github.com/chenzhuoyu/iasm v0.9.1
github.com/davecgh/go-spew v1.1.1
github.com/klauspost/cpuid/v2 v2.2.4
github.com/oleiade/lane v1.0.1
github.com/stretchr/testify v1.7.0
golang.org/x/arch v0.2.0
gonum.org/v1/gonum v0.12.0
)

// Frugal might be mistakenly using the object pool in iasm, which causes the panic 'lable was alreay linked'
// It's a fast workaround by removing the object pool in the replacement.
replace github.com/chenzhuoyu/iasm => github.com/felix021/iasm v0.9.1
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 9,11 @@ github.com/ajstarks/svgo v0.0.0-20180226025133-644b8db467af/go.mod h1:K08gAheRH3
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b/go.mod h1:1KcenG0jGWcpt8ov532z81sp/kMMUG485J2InIOyADM=
github.com/boombuler/barcode v1.0.0/go.mod h1:paBWMcWSl3LHKBqUq rly7CNSldXjb2rDl3JlRe0mD8=
github.com/boombuler/barcode v1.0.1/go.mod h1:paBWMcWSl3LHKBqUq rly7CNSldXjb2rDl3JlRe0mD8=
github.com/chenzhuoyu/iasm v0.9.1 h1:tUHQJXo3NhBqw6s33wkGn9SP3bvrWLdlVIJ3hQBL7P0=
github.com/chenzhuoyu/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM woSuuvxmIe6 DDsiNLIrkAmYog=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3 rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI c5H38=
github.com/felix021/iasm v0.9.1 h1:hj ybQ9KosFba37fglrn69MXfyyxm4FBD3cvVqG9Chw=
github.com/felix021/iasm v0.9.1/go.mod h1:Xjy2NpN3h7aUqeqM woSuuvxmIe6 DDsiNLIrkAmYog=
github.com/fogleman/gg v1.2.1-0.20190220221249-0403632d5b90/go.mod h1:R/bRT 9gY/C5z7JzPU0zXsXHKM4/ayA zqcVNZzPa1k=
github.com/fogleman/gg v1.3.0/go.mod h1:R/bRT 9gY/C5z7JzPU0zXsXHKM4/ayA zqcVNZzPa1k=
github.com/go-fonts/dejavu v0.1.0/go.mod h1:4Wt4I4OU2Nq9asgDCteaAaWZOV24E 0/Pwo0gppep4g=
Expand Down

0 comments on commit 464815b

Please sign in to comment.