Skip to content

Commit

Permalink
go update (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Nov 16, 2023
1 parent b4c14b7 commit 363f714
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 3 deletions.
Binary file modified binding/go/embedded/lib/beaglebone/libpv_rhino.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/jetson/cortex-a57-aarch64/libpv_rhino.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/linux/x86_64/libpv_rhino.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/mac/arm64/libpv_rhino.dylib
Binary file not shown.
Binary file modified binding/go/embedded/lib/mac/x86_64/libpv_rhino.dylib
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/arm11/libpv_rhino.so
Binary file not shown.
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a53/libpv_rhino.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a7/libpv_rhino.so
Binary file not shown.
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a72/libpv_rhino.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/windows/amd64/libpv_rhino.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 @@ -4,7 +4,7 @@ go 1.16

require (
github.com/Picovoice/pvrecorder/binding/go v1.2.1
github.com/Picovoice/rhino/binding/go/v3 v3.0.0
github.com/Picovoice/rhino/binding/go/v3 v3.0.1
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.0.0
)
4 changes: 2 additions & 2 deletions demo/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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/Picovoice/rhino/binding/go/v3 v3.0.0 h1:DnAMuXip/fM+BrKoYu0oovisAQ+QSGYTPh+2AY7qF7E=
github.com/Picovoice/rhino/binding/go/v3 v3.0.0/go.mod h1:CKikI/Tv7hIyj0aOnAKaBIGPzWfx/0SUayYFDnPCmmI=
github.com/Picovoice/rhino/binding/go/v3 v3.0.1 h1:QHoEsIXxJOHFtboUKvLa2DVgsyLsUeO7knZGFgh6Dbo=
github.com/Picovoice/rhino/binding/go/v3 v3.0.1/go.mod h1:CKikI/Tv7hIyj0aOnAKaBIGPzWfx/0SUayYFDnPCmmI=
github.com/go-audio/audio v1.0.0 h1:zS9vebldgbQqktK4H0lUqWrG8P0NxCJVqcj7ZpNnwd4=
github.com/go-audio/audio v1.0.0/go.mod h1:6uAu0+H2lHkwdGsAY+j2wHPNPpPoeg5AaEFh9FlA+Zs=
github.com/go-audio/riff v1.0.0 h1:d8iCGbDvox9BfLagY94fBynxSPHO80LmZCaOsmKxokA=
Expand Down

0 comments on commit 363f714

Please sign in to comment.