Skip to content

Commit

Permalink
chore: update Deepgram SDK to v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 19, 2024
1 parent 02a22b7 commit ff5a5c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/deepgram-starters/live-go-starter
go 1.20

require (
github.com/deepgram/deepgram-go-sdk v1.4.0
github.com/deepgram/deepgram-go-sdk v1.5.0
github.com/gorilla/websocket v1.5.1
github.com/joho/godotenv v1.5.1
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/deepgram/deepgram-go-sdk v1.4.0 h1:iJWYFeDRL/k4tvAPuheFHKKbjiw82daVo0UUo4Jb8CY=
github.com/deepgram/deepgram-go-sdk v1.4.0/go.mod h1:il+6HLmvxa47EG12LG6VwzaHcyI8Lo+yfBsOcDq3R8s=
github.com/deepgram/deepgram-go-sdk v1.5.0 h1:RNyEO3rhmrpd12E93HZYlSUOUvbBfZHVP2nOpgNlHe4=
github.com/deepgram/deepgram-go-sdk v1.5.0/go.mod h1:il+6HLmvxa47EG12LG6VwzaHcyI8Lo+yfBsOcDq3R8s=
github.com/dvonthenen/websocket v1.5.1-dyv.2 h1:OXlWJJkeHt8k4+MEI0Y8SQjY2ihHYD2z/tI7sZZfsnA=
github.com/dvonthenen/websocket v1.5.1-dyv.2/go.mod h1:q2GbopbpFJvBP4iqVvqwwahVmvu2HnCfdqCWDoQVKMM=
github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs=
Expand Down

0 comments on commit ff5a5c4

Please sign in to comment.