-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathgo.mod
30 lines (28 loc) · 1.17 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
module github.com/dilshat/sms-sender
go 1.12
require (
github.com/DataDog/zstd v1.4.4 // indirect
github.com/Dilshat/smpp34 v0.0.0-20200402113322-e52de0027e60
github.com/Sereal/Sereal v0.0.0-20191125144745-df33d1c458d3 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/asdine/storm v2.1.2+incompatible
github.com/asdine/storm/v3 v3.1.1
github.com/cskr/pubsub v1.0.2
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
github.com/go-openapi/spec v0.19.7 // indirect
github.com/go-openapi/swag v0.19.8 // indirect
github.com/joho/godotenv v1.3.0
github.com/labstack/echo/v4 v4.1.16
github.com/mailru/easyjson v0.7.1 // indirect
github.com/stretchr/testify v1.4.0
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.5
go.etcd.io/bbolt v1.3.4
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
golang.org/x/tools v0.0.0-20200401192744-099440627f01 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)