Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Feb 2, 2024
1 parent e0b4a6a commit db1b599
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binding/go/porcupine.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021-2023 Picovoice Inc.
// Copyright 2021-2024 Picovoice Inc.
//
// You may not use this file except in compliance with the license. A copy of the license is
// located in the "LICENSE" file accompanying this source.
Expand Down
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 porcupinedemo
go 1.16

require (
github.com/Picovoice/porcupine/binding/go/v3 v3.0.1-0.20240202004643-c4b9f3edccf6
github.com/Picovoice/porcupine/binding/go/v3 v3.0.2
github.com/Picovoice/pvrecorder/binding/go v1.2.2
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.0.0
Expand Down
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/porcupine/binding/go/v3 v3.0.1-0.20240202004643-c4b9f3edccf6 h1:X8nqGt/EBRPp/QKDyDYZ6ZAJRXO2gew6J5ArnUTFKi4=
github.com/Picovoice/porcupine/binding/go/v3 v3.0.1-0.20240202004643-c4b9f3edccf6/go.mod h1:6Pg/746wMh0GDNEWqi56GuTsTk7WLeVgTB0ZhyERs8U=
github.com/Picovoice/porcupine/binding/go/v3 v3.0.2 h1:mgvA50lIybYhfCMCwXoPvqjuyAKBppT8ZGSn/7F4ank=
github.com/Picovoice/porcupine/binding/go/v3 v3.0.2/go.mod h1:6Pg/746wMh0GDNEWqi56GuTsTk7WLeVgTB0ZhyERs8U=
github.com/Picovoice/pvrecorder/binding/go v1.2.2 h1:UN0u60hVR+s8kYmVSITS4UbTihHzeNxlNkJKYoKaVbo=
github.com/Picovoice/pvrecorder/binding/go v1.2.2/go.mod h1:gQdvBAjoKmRxMFh8W9cVKWcqHsWvu+d13sCPVFm7dhg=
github.com/go-audio/audio v1.0.0 h1:zS9vebldgbQqktK4H0lUqWrG8P0NxCJVqcj7ZpNnwd4=
Expand Down

0 comments on commit db1b599

Please sign in to comment.