generated from moul/golang-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
70 lines (68 loc) · 2.72 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
module moul.io/sgtm
go 1.14
require (
github.com/Bearer/bearer-go v1.2.1
github.com/Masterminds/sprig/v3 v3.2.2
github.com/alta/protopatch v0.3.4
github.com/bwmarrin/discordgo v0.23.2
github.com/bwmarrin/snowflake v0.3.0
github.com/cespare/hutil v0.1.0
github.com/clbanning/mxj v1.8.4 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.9.0 // indirect
github.com/getsentry/sentry-go v0.10.0
github.com/githubnemo/CompileDaemon v1.2.1
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
github.com/go-chi/render v1.0.1
github.com/gobuffalo/packr/v2 v2.8.1
github.com/gogo/gateway v1.1.0
github.com/golang/protobuf v1.5.2
github.com/google/uuid v1.2.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gosimple/slug v1.9.0
github.com/grokify/html-strip-tags-go v0.0.1
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hako/durafmt v0.0.0-20210316092057-3a2c319c1acd
github.com/huandu/xstrings v1.3.2 // indirect
github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
github.com/imdario/mergo v0.3.12 // indirect
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/kyokomi/emoji/v2 v2.2.8
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/microcosm-cc/bluemonday v1.0.9
github.com/mitchellh/copystructure v1.1.2 // indirect
github.com/oklog/run v1.1.1-0.20200508094559-c7096881717e
github.com/peterbourgon/ff/v3 v3.0.0
github.com/pkg/errors v0.9.1 // indirect
github.com/rs/cors v1.7.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/soheilhy/cmux v0.1.5
github.com/stretchr/testify v1.7.0
github.com/treastech/logger v0.0.0-20180705232552-e381e9ecf2e3
github.com/yanatan16/golang-soundcloud v0.0.0-20161013200625-a182dd459b66
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c
golang.org/x/sys v0.0.0-20210426230700-d19ff857e887 // indirect
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20210429181445-86c259c2b4ab
google.golang.org/grpc v1.37.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0
google.golang.org/protobuf v1.26.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.9
moul.io/banner v1.0.1
moul.io/godev v1.7.0
moul.io/srand v1.6.1
moul.io/u v1.22.0
moul.io/zapconfig v1.3.0
moul.io/zapgorm2 v1.0.3
ultre.me/calcbiz v1.0.0
)