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 (
|
2024-02-08 21:05:23 +00:00
|
|
|
github.com/juju/persistent-cookiejar v1.0.0
|
2024-01-19 17:54:34 +00:00
|
|
|
github.com/r3labs/sse/v2 v2.10.0
|
2023-12-13 16:24:28 +00:00
|
|
|
github.com/robertkrimen/otto v0.2.1
|
|
|
|
github.com/tylertravisty/go-utils v0.0.0-20230524204414-6893ae548909
|
2024-01-19 18:02:00 +00:00
|
|
|
gopkg.in/cenkalti/backoff.v1 v1.1.0
|
2023-12-13 16:24:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2024-02-08 21:05:23 +00:00
|
|
|
github.com/juju/go4 v0.0.0-20160222163258-40d72ab9641a // indirect
|
2024-01-19 17:54:34 +00:00
|
|
|
golang.org/x/net v0.0.0-20191116160921-f9c825593386 // indirect
|
2023-12-12 18:30:51 +00:00
|
|
|
golang.org/x/text v0.4.0 // indirect
|
2024-02-08 21:05:23 +00:00
|
|
|
gopkg.in/errgo.v1 v1.0.1 // indirect
|
|
|
|
gopkg.in/retry.v1 v1.0.3 // indirect
|
2023-12-12 18:30:51 +00:00
|
|
|
gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
|
|
|
)
|