mirror of
https://github.com/taigrr/elevenlabs.git
synced 2026-04-02 03:08:57 -07:00
16 lines
315 B
Modula-2
16 lines
315 B
Modula-2
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
|
|
)
|