generated from moul/golang-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgo.mod
69 lines (67 loc) · 2.8 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
module moul.io/sgtm
go 1.14
require (
github.com/Bearer/bearer-go v1.2.1
github.com/Masterminds/sprig/v3 v3.1.0
github.com/alta/protopatch v0.0.0-20201016184603-76d4a1d79afd
github.com/bwmarrin/discordgo v0.22.0
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.7.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.0
github.com/gogo/gateway v1.1.0
github.com/golang/protobuf v1.4.3
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gosimple/slug v1.9.0
github.com/grokify/html-strip-tags-go v0.0.0-20200923094847-079d207a09f1
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
github.com/grpc-ecosystem/grpc-gateway v1.16.0
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/huandu/xstrings v1.3.2 // indirect
github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
github.com/imdario/mergo v0.3.11 // indirect
github.com/karrick/godirwalk v1.16.1 // indirect
github.com/kyokomi/emoji/v2 v2.2.5
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/microcosm-cc/bluemonday v1.0.4
github.com/oklog/run v1.1.1-0.20200508094559-c7096881717e
github.com/peterbourgon/ff/v3 v3.0.0
github.com/rs/cors v1.7.0
github.com/russross/blackfriday/v2 v2.1.0
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/soheilhy/cmux v0.1.4
github.com/stretchr/testify v1.6.1
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-20201016220609-9e8e0b390897 // indirect
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sys v0.0.0-20201106081118-db71ae66460a // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201105220310-78b158585360 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20201105153401-9d023cd09d72
google.golang.org/grpc v1.33.2
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.0.1
google.golang.org/grpc/examples v0.0.0-20200626030347-424195440776 // indirect
google.golang.org/protobuf v1.25.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
gorm.io/driver/sqlite v1.1.3
gorm.io/gorm v1.20.6
moul.io/banner v1.0.1
moul.io/godev v1.7.0
moul.io/srand v1.6.1
moul.io/zapconfig v1.2.0
moul.io/zapgorm2 v1.0.1
ultre.me/calcbiz v1.0.0
)