Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ require (
github.com/go-ggz/ui v0.0.1
github.com/go-ini/ini v1.42.0 // indirect
github.com/go-sql-driver/mysql v1.4.1
github.com/google/go-cmp v0.3.0 // indirect
github.com/googollee/go-socket.io v1.4.1
github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect
github.com/gorilla/mux v1.7.2 // indirect
Expand All @@ -35,7 +34,7 @@ require (
github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c // indirect
github.com/opentracing/opentracing-go v1.1.0 // indirect
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v0.9.3
github.com/prometheus/client_golang v1.11.1
github.com/rs/zerolog v1.14.3
github.com/satori/go.uuid v1.2.0
github.com/scorredoira/email v0.0.0-20190509221456-365bb6a9fa0c
Expand All @@ -45,10 +44,8 @@ require (
github.com/stretchr/testify v1.4.0
github.com/testcontainers/testcontainers-go v0.0.4
github.com/urfave/cli/v2 v2.0.0
golang.org/x/crypto v0.0.0-20190618222545-ea8f1a30c443
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/text v0.3.2 // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
google.golang.org/api v0.5.0
gopkg.in/ini.v1 v1.42.0 // indirect
gopkg.in/nicksrandall/dataloader.v5 v5.0.0
Expand Down
Loading