21 lines
604 B
Modula-2
21 lines
604 B
Modula-2
module github.com/tylertravisty/rumble-livestream-lib-go
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/juju/persistent-cookiejar v1.0.0
|
|
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
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0
|
|
)
|
|
|
|
require (
|
|
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect
|
|
golang.org/x/net v0.0.0-20191116160921-f9c825593386 // indirect
|
|
golang.org/x/text v0.4.0 // indirect
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
|
gopkg.in/retry.v1 v1.0.3 // indirect
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
)
|