neko/go.mod

37 lines
1.3 KiB
Modula-2
Raw Normal View History

2020-10-29 07:15:48 +13:00
module demodesk/neko
go 1.13
require (
2020-12-15 11:36:01 +13:00
github.com/chromedp/cdproto v0.0.0-20201204063249-be40c824ad18
2020-12-14 11:26:00 +13:00
github.com/chromedp/chromedp v0.5.4
2020-11-01 00:27:55 +13:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-chi/chi v4.1.0+incompatible
2020-10-31 05:00:42 +13:00
github.com/go-chi/render v1.0.1
2020-12-14 11:26:00 +13:00
github.com/gobwas/httphead v0.1.0 // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/gorilla/websocket v1.4.2
github.com/kataras/go-events v0.0.2
github.com/lucas-clemente/quic-go v0.15.2 // indirect
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pion/ice v0.7.12 // indirect
github.com/pion/logging v0.2.2
github.com/pion/rtp v1.4.0 // indirect
github.com/pion/sdp/v2 v2.3.5 // indirect
github.com/pion/webrtc/v2 v2.2.4
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.18.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.7
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.2
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8 // indirect
2020-12-14 11:26:00 +13:00
golang.org/x/sys v0.0.0-20201211090839-8ad439b19e0f // indirect
golang.org/x/text v0.3.2 // indirect
gopkg.in/ini.v1 v1.55.0 // indirect
)