-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
28 lines (25 loc) · 953 Bytes
/
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
module github.com/ImpactDevelopment/ImpactServer
go 1.13
// +heroku goVersion go1.13
require (
github.com/aws/aws-sdk-go v1.25.9
github.com/bwmarrin/discordgo v0.22.0
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.0
github.com/google/uuid v1.1.1
github.com/heroku/heroku-go/v5 v5.1.0
github.com/kr/pretty v0.1.0 // indirect
github.com/labstack/echo/v4 v4.1.11
github.com/lib/pq v1.2.0
github.com/mailgun/mailgun-go/v3 v3.6.0
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/stretchr/testify v1.5.1
github.com/stripe/stripe-go/v71 v71.48.0
github.com/valyala/fasttemplate v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/ezzarghili/recaptcha-go.v4 v4.0.0
gopkg.in/yaml.v2 v2.2.4 // indirect
)