Skip to content

Commit

Permalink
deps(server): update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-wing committed Apr 30, 2022
1 parent 77ab13f commit 2940712
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 67 deletions.
21 changes: 13 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,23 @@ module filegogo
go 1.16

require (
github.com/BurntSushi/toml v0.3.1
github.com/a-wing/lightcable v0.1.0
github.com/BurntSushi/toml v1.1.0
github.com/a-wing/lightcable v0.1.1
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/gorilla/websocket v1.5.0
github.com/hashicorp/golang-lru v0.5.4
github.com/pion/datachannel v1.5.2
github.com/pion/turn/v2 v2.0.5
github.com/pion/webrtc/v3 v3.1.8
github.com/pion/turn/v2 v2.0.8
github.com/pion/webrtc/v3 v3.1.34
github.com/sb-im/jsonrpc-lite v0.2.0
github.com/schollz/progressbar/v3 v3.8.3
github.com/schollz/progressbar/v3 v3.8.6
github.com/sirupsen/logrus v1.8.1
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/urfave/cli/v2 v2.3.0
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b
github.com/urfave/cli/v2 v2.5.1
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220429233432-b5fbb4746d32 // indirect
golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
)
Loading

0 comments on commit 2940712

Please sign in to comment.