forked from openmultiplayer/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
54 lines (52 loc) · 2.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module github.com/openmultiplayer/web
go 1.14
require (
github.com/Masterminds/semver v1.5.0
github.com/PuerkitoBio/goquery v1.6.0
github.com/RoaringBitmap/roaring v0.9.4 // indirect
github.com/Southclaws/go-samp-query v1.1.3
github.com/Southclaws/qstring v1.1.0
github.com/Southclaws/sampctl v0.0.0-20210109143621-2daeb58d756a
github.com/Southclaws/supervillain v1.0.0
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/bbalet/stopwords v1.0.0
github.com/blevesearch/bleve/v2 v2.1.0
github.com/bwmarrin/discordgo v0.22.0
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cskr/pubsub v1.0.2
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.1.1
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-github v0.0.0-20180819205025-d7732128a00e
github.com/google/go-github/v28 v28.1.1
github.com/gorilla/schema v1.2.0
github.com/gorilla/securecookie v1.1.1
github.com/gosimple/slug v1.10.0
github.com/iancoleman/strcase v0.2.0
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1
github.com/prisma/prisma-client-go v0.11.1-0.20211014160141-a4310b37583e
github.com/prometheus/client_golang v1.11.0 // indirect
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/russross/blackfriday v1.6.0
github.com/sendgrid/rest v2.6.2+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.7.2+incompatible
github.com/sethvargo/go-limiter v0.7.0
github.com/shopspring/decimal v1.2.0
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.7.0
github.com/takuoki/gocase v1.0.0
github.com/thanhpk/randstr v1.0.4
go.etcd.io/bbolt v1.3.5
go.uber.org/atomic v1.7.0 // indirect
go.uber.org/fx v1.13.1
go.uber.org/zap v1.16.0
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
golang.org/x/oauth2 v0.0.0-20201203001011-0b49973bad19
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a // indirect
gopkg.in/yaml.v2 v2.4.0
nhooyr.io/websocket v1.8.6
)