forked from openmultiplayer/web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 632 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/openmultiplayer/web
go 1.14
require (
github.com/PuerkitoBio/goquery v1.6.0
github.com/Southclaws/go-samp-query v1.1.2
github.com/Southclaws/qstring v1.1.0
github.com/blevesearch/bleve v1.0.14
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/cors v1.1.1
github.com/joho/godotenv v1.3.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/pkg/errors v0.9.1
github.com/prisma/prisma-client-go v0.0.10-0.20201008164449-6ec144dd5855
github.com/russross/blackfriday v1.6.0
github.com/stretchr/testify v1.6.1
go.uber.org/zap v1.16.0
google.golang.org/api v0.36.0
gopkg.in/yaml.v2 v2.4.0
)