rumble-livestream-lib-go/go.mod

17 lines
427 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
)
require (
golang.org/x/net v0.0.0-20191116160921-f9c825593386 // indirect
golang.org/x/text v0.4.0 // indirect
gopkg.in/cenkalti/backoff.v1 v1.1.0 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
)