Skip to content

Commit

Permalink
update go (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Nov 30, 2023
1 parent f11b2e9 commit 4787acf
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
Binary file modified binding/go/embedded/lib/jetson/cortex-a57-aarch64/libpv_leopard.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/linux/x86_64/libpv_leopard.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/mac/arm64/libpv_leopard.dylib
Binary file not shown.
Binary file modified binding/go/embedded/lib/mac/x86_64/libpv_leopard.dylib
Binary file not shown.
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a53/libpv_leopard.so
Binary file not shown.
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a72/libpv_leopard.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/windows/amd64/libpv_leopard.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module leoparddemo
go 1.16

require (
github.com/Picovoice/leopard/binding/go/v2 v2.0.0
github.com/Picovoice/leopard/binding/go/v2 v2.0.1
github.com/Picovoice/pvrecorder/binding/go v1.2.1
github.com/agnivade/levenshtein v1.1.1 // indirect
)
4 changes: 2 additions & 2 deletions demo/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Picovoice/leopard/binding/go/v2 v2.0.0 h1:aP85gpRWgPsTifbKk1FueqLNKYcKa5EqasZLsNylaqE=
github.com/Picovoice/leopard/binding/go/v2 v2.0.0/go.mod h1:/rYUeRDH4xBgtwBe9D8BwHIauPJ+M7czqLfyeJQJu7c=
github.com/Picovoice/leopard/binding/go/v2 v2.0.1 h1:XUjSAKS+MSCI5BT54Mkq6sxEIsIwe32Ou7LHWBxfksQ=
github.com/Picovoice/leopard/binding/go/v2 v2.0.1/go.mod h1:/rYUeRDH4xBgtwBe9D8BwHIauPJ+M7czqLfyeJQJu7c=
github.com/Picovoice/pvrecorder/binding/go v1.2.1 h1:p99fkYMFbTS4g4WwbhSPkT9PHvlEoVYGaNoqxCITiEo=
github.com/Picovoice/pvrecorder/binding/go v1.2.1/go.mod h1:gQdvBAjoKmRxMFh8W9cVKWcqHsWvu+d13sCPVFm7dhg=
github.com/agnivade/levenshtein v1.1.1 h1:QY8M92nrzkmr798gCo3kmMyqXFzdQVpxLlGPRBij0P8=
Expand Down

0 comments on commit 4787acf

Please sign in to comment.