obs-replay-server/go.mod
2023-06-14 21:25:37 +02:00

46 lines
1.6 KiB
Modula-2

module github.com/radiden/obs-replay-server
go 1.20
require (
github.com/andreykaipov/goobs v0.12.0
github.com/charmbracelet/log v0.2.2
github.com/davecgh/go-spew v1.1.1
github.com/labstack/echo/v4 v4.10.2
github.com/tjarratt/babble v0.0.0-20210505082055-cbca2a4833c1
)
require (
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/goodsign/monday v1.0.1 // indirect
github.com/martinhoefling/goxkcdpwgen v0.1.1 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.27.8 // indirect
golang.org/x/time v0.3.0 // indirect
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/buger/jsonparser v1.1.1 // indirect
github.com/charmbracelet/lipgloss v0.7.1 // indirect
github.com/go-logfmt/logfmt v0.6.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/hashicorp/logutils v1.0.0 // indirect
github.com/labstack/gommon v0.4.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/mattn/go-runewidth v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.17
github.com/muesli/reflow v0.3.0 // indirect
github.com/muesli/termenv v0.15.1 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasttemplate v1.2.2 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
)