17 lines
377 B
Modula-2
17 lines
377 B
Modula-2
module github.com/tylertravisty/rumble-livestream-lib-go
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/r3labs/sse/v2 v2.10.0
|
|
github.com/robertkrimen/otto v0.2.1
|
|
github.com/tylertravisty/go-utils v0.0.0-20230524204414-6893ae548909
|
|
golang.org/x/net v0.24.0
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0
|
|
)
|
|
|
|
require (
|
|
golang.org/x/text v0.14.0 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
)
|