-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
33 lines (31 loc) · 1.21 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
module clamp-core
go 1.14
require (
github.com/Shopify/sarama v1.26.4
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/antonmedv/expr v1.8.8
github.com/caarlos0/env v3.5.0+incompatible
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/gin-contrib/cors v1.3.1
github.com/gin-gonic/gin v1.6.3
github.com/go-openapi/swag v0.19.9 // indirect
github.com/go-pg/pg/v9 v9.1.6
github.com/google/uuid v1.1.1
github.com/kr/pty v1.1.5 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/prometheus/client_golang v1.7.1
github.com/qntfy/jsonparser v1.0.2 // indirect
github.com/qntfy/kazaam v3.4.8+incompatible
github.com/robinjoseph08/go-pg-migrations/v2 v2.1.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/streadway/amqp v1.0.0
github.com/stretchr/testify v1.6.1
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/swag v1.6.8
golang.org/x/net v0.0.0-20201016165138-7b1cca2348c0 // indirect
golang.org/x/tools v0.0.0-20201016155721-7c89c52d2f52 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)