-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
32 lines (30 loc) · 1.24 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
module github.com/techx/playground
go 1.14
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible // indirect
github.com/SherClockHolmes/webpush-go v1.1.2
github.com/andybalholm/cascadia v1.2.0 // indirect
github.com/aokoli/goutils v1.1.0 // indirect
github.com/aws/aws-sdk-go v1.34.6
github.com/deckarep/golang-set v1.7.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/go-redis/redis/v7 v7.4.0
github.com/google/uuid v1.1.2
github.com/gorilla/websocket v1.4.2
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
github.com/jaytaylor/html2text v0.0.0-20200412013138-3577fbdbcff7 // indirect
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.1.16
github.com/matcornic/hermes/v2 v2.1.0
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/mitchellh/reflectwalk v1.0.1 // indirect
github.com/olekukonko/tablewriter v0.0.4 // indirect
github.com/spf13/viper v1.7.1
github.com/vanng822/go-premailer v1.9.0 // indirect
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
google.golang.org/api v0.30.0
)