Skip to content

Commit a35736e

Browse files
committed
chore: update frida-go version
1 parent 6394008 commit a35736e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/charmbracelet/bubbletea v0.26.4
77
github.com/charmbracelet/lipgloss v0.11.0
88
github.com/fatih/color v1.17.0
9-
github.com/frida/frida-go v0.7.2
9+
github.com/frida/frida-go v0.9.0
1010
github.com/spf13/cobra v1.8.0
1111
gopkg.in/yaml.v3 v3.0.1
1212
)
@@ -18,7 +18,7 @@ require (
1818
github.com/charmbracelet/x/term v0.1.1 // indirect
1919
github.com/charmbracelet/x/windows v0.1.0 // indirect
2020
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
21-
github.com/google/uuid v1.3.0 // indirect
21+
github.com/google/uuid v1.6.0 // indirect
2222
github.com/inconshreveable/mousetrap v1.1.0 // indirect
2323
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
2424
github.com/mattn/go-colorable v0.1.13 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
1919
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
2020
github.com/frida/frida-go v0.7.2 h1:O3xR5K/wN8IrWpYbnxFUk6DFwue4t+udBmFfIwSkSl0=
2121
github.com/frida/frida-go v0.7.2/go.mod h1:OyRIp58wuTcGggI6ztakXcHkTXrt5WfD9yi3pq6QyGw=
22+
github.com/frida/frida-go v0.9.0 h1:+aUWHEpRD502FFQgUjqry9eRXt0F8OdWg8YcF7t5JAE=
23+
github.com/frida/frida-go v0.9.0/go.mod h1:OyRIp58wuTcGggI6ztakXcHkTXrt5WfD9yi3pq6QyGw=
2224
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
2325
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
26+
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
27+
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
2428
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
2529
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
2630
github.com/lucasb-eyer/go-colorful v1.2.0 h1:1nnpGOrhyZZuNyfu1QjKiUICQ74+3FNCN69Aj6K7nkY=

0 commit comments

Comments
 (0)