This commit is contained in:
2023-04-17 20:35:10 -07:00
parent 033fea1015
commit 0bf2c4e764
3 changed files with 3 additions and 35 deletions

12
go.mod
View File

@@ -2,14 +2,4 @@ module github.com/taigrr/elevenlabs
go 1.20
require (
github.com/antihax/optional v1.0.0
golang.org/x/oauth2 v0.7.0
)
require (
github.com/golang/protobuf v1.5.2 // indirect
golang.org/x/net v0.9.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
require github.com/antihax/optional v1.0.0