File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ require (
8
8
github.com/alecthomas/kong v0.9.0
9
9
github.com/djthorpe/go-errors v1.0.3
10
10
github.com/djthorpe/go-tablewriter v0.0.8
11
+ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
12
+ github.com/llgcode/draw2d v0.0.0-20240627062922-0ed1ff131195
11
13
github.com/mutablelogic/go-client v1.0.8
12
14
github.com/stretchr/testify v1.9.0
13
15
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842
@@ -18,6 +20,7 @@ require (
18
20
github.com/mattn/go-runewidth v0.0.15 // indirect
19
21
github.com/pmezard/go-difflib v1.0.0 // indirect
20
22
github.com/rivo/uniseg v0.4.7 // indirect
23
+ golang.org/x/image v0.18.0 // indirect
21
24
golang.org/x/sys v0.21.0 // indirect
22
25
golang.org/x/term v0.21.0 // indirect
23
26
gopkg.in/yaml.v3 v3.0.1 // indirect
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ func Test_re_002(t *testing.T) {
106
106
return nil
107
107
}
108
108
// Get audio frames
109
- if err := r .Decode (context .Background (), decodefn , nil ); ! assert .NoError (err ) {
109
+ if err := r .Decode (context .Background (), nil , decodefn ); ! assert .NoError (err ) {
110
110
t .FailNow ()
111
111
}
112
112
// Print
You can’t perform that action at this time.
0 commit comments