forked from woogles-io/liwords
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (26 loc) · 1.01 KB
/
go.mod
File metadata and controls
28 lines (26 loc) · 1.01 KB
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
module github.com/domino14/liwords
go 1.14
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/domino14/macondo v0.4.5-0.20201002045733-5dfe0e048c88
github.com/golang/protobuf v1.4.2
github.com/gomodule/redigo v1.8.2
github.com/hashicorp/golang-lru v0.5.4
github.com/jinzhu/gorm v1.9.16
github.com/justinas/alice v1.2.0
github.com/kr/text v0.2.0 // indirect
github.com/lithammer/shortuuid v3.0.0+incompatible
github.com/mailgun/mailgun-go/v4 v4.1.4
github.com/matryer/is v1.4.0
github.com/namsral/flag v1.7.4-pre
github.com/nats-io/nats.go v1.10.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/zerolog v1.19.0
github.com/twitchtv/twirp v7.1.0+incompatible
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
)