-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 839 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
module github.com/ingtranet/knaing-receiver
go 1.12
require (
github.com/labstack/echo v3.3.10+incompatible
github.com/labstack/gommon v0.2.9
github.com/line/line-bot-sdk-go v6.3.0+incompatible
github.com/nats-io/nats-streaming-server v0.15.1 // indirect
github.com/nats-io/stan.go v0.5.0
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/pkg/errors v0.8.1
github.com/rs/zerolog v1.14.3
github.com/spf13/viper v1.4.0
github.com/vmihailenco/msgpack v4.0.4+incompatible
go.uber.org/dig v1.7.0 // indirect
go.uber.org/fx v1.9.0
go.uber.org/goleak v0.10.0 // indirect
golang.org/x/crypto v0.0.0-20190621222207-cc06ce4a13d4 // indirect
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 // indirect
golang.org/x/sys v0.0.0-20190621203818-d432491b9138 // indirect
golang.org/x/text v0.3.2 // indirect
)