Skip to content

Commit

Permalink
Merge pull request #15 from deepgram-starters/update-deepgram-sdk-v1.6.1
Browse files Browse the repository at this point in the history
chore: update Deepgram SDK to v1.6.1
  • Loading branch information
davidvonthenen authored Oct 21, 2024
2 parents 4ffb1b0 + 31c5992 commit 475cd9c
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.6.0
github.com/deepgram/deepgram-go-sdk v1.6.1
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.6.0 h1:3wQfT2HmoQUjRHjPavJE3NEMBEHXQF71C2NOj0Enp2U=
github.com/deepgram/deepgram-go-sdk v1.6.0/go.mod h1:il+6HLmvxa47EG12LG6VwzaHcyI8Lo+yfBsOcDq3R8s=
github.com/deepgram/deepgram-go-sdk v1.6.1 h1:OX4vR694nafehKGhs0ZyBFLS8pQJJkQ3TTW6DLzg92E=
github.com/deepgram/deepgram-go-sdk v1.6.1/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 475cd9c

Please sign in to comment.