2023-12-08 15:59:58 +00:00
|
|
|
module github.com/tylertravisty/rumble-livestream-lib-go
|
|
|
|
|
|
|
|
go 1.19
|
2023-12-12 18:30:51 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/robertkrimen/otto v0.2.1 // indirect
|
|
|
|
golang.org/x/text v0.4.0 // indirect
|
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
|
|
)
|