|
|
|
module github.com/synctv-org/synctv
|
|
|
|
|
|
|
|
go 1.20
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/caarlos0/env/v9 v9.0.0
|
|
|
|
github.com/gin-contrib/cors v1.4.0
|
|
|
|
github.com/gin-gonic/gin v1.9.1
|
|
|
|
github.com/go-resty/resty/v2 v2.9.1
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.0.0
|
|
|
|
github.com/google/uuid v1.3.1
|
|
|
|
github.com/gorilla/websocket v1.5.0
|
|
|
|
github.com/json-iterator/go v1.1.12
|
|
|
|
github.com/maruel/natural v1.1.0
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/natefinch/lumberjack v2.0.0+incompatible
|
|
|
|
github.com/quic-go/quic-go v0.39.0
|
|
|
|
github.com/sirupsen/logrus v1.9.3
|
|
|
|
github.com/soheilhy/cmux v0.1.5
|
|
|
|
github.com/spf13/cobra v1.7.0
|
|
|
|
github.com/zijiren233/gencontainer v0.0.0-20230930135658-e410015e13cc
|
|
|
|
github.com/zijiren233/go-colorable v0.0.0-20230930131441-997304c961cb
|
|
|
|
github.com/zijiren233/ksync v0.2.0
|
|
|
|
github.com/zijiren233/livelib v0.0.0-20231005100909-7893feb306a9
|
|
|
|
github.com/zijiren233/stream v0.5.1
|
|
|
|
github.com/zijiren233/yaml-comment v0.2.0
|
|
|
|
golang.org/x/crypto v0.13.0
|
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
|
|
github.com/bytedance/sonic v1.10.1 // indirect
|
|
|
|
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
|
|
|
|
github.com/chenzhuoyu/iasm v0.9.0 // indirect
|
|
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
|
|
github.com/gin-contrib/sse v0.1.0 // indirect
|
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
|
|
github.com/go-playground/validator/v10 v10.15.5 // indirect
|
|
|
|
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
|
|
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
|
|
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
github.com/onsi/ginkgo/v2 v2.12.1 // indirect
|
|
|
|
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
|
|
|
|
github.com/quic-go/qpack v0.4.0 // indirect
|
|
|
|
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
|
|
github.com/ugorji/go/codec v1.2.11 // indirect
|
|
|
|
go.uber.org/mock v0.3.0 // indirect
|
|
|
|
golang.org/x/arch v0.5.0 // indirect
|
|
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
|
|
|
|
golang.org/x/mod v0.12.0 // indirect
|
|
|
|
golang.org/x/net v0.15.0 // indirect
|
|
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
|
|
golang.org/x/text v0.13.0 // indirect
|
|
|
|
golang.org/x/tools v0.13.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
|
|
)
|