-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
31 lines (29 loc) · 1.28 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
module github.com/singhkshitij/GOShortener
go 1.13
require (
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/etcd-io/bbolt v1.3.3
github.com/go-openapi/analysis v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.19.3 // indirect
github.com/go-openapi/loads v0.19.4 // indirect
github.com/go-openapi/runtime v0.19.7 // indirect
github.com/go-openapi/spec v0.19.4 // indirect
github.com/go-openapi/validate v0.19.4 // indirect
github.com/go-swagger/go-swagger v0.21.0 // indirect
github.com/gorilla/mux v1.7.3
github.com/mailru/easyjson v0.7.0 // indirect
github.com/pelletier/go-toml v1.6.0 // indirect
github.com/satori/go.uuid v1.2.0
github.com/speps/go-hashids v2.0.0+incompatible
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.5.0 // indirect
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14
github.com/swaggo/gin-swagger v1.2.0
github.com/swaggo/http-swagger v0.0.0-20190614090009-c2865af9083e
github.com/swaggo/swag v1.6.3 // indirect
github.com/urfave/cli v1.22.1 // indirect
go.mongodb.org/mongo-driver v1.1.2 // indirect
golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
golang.org/x/sys v0.0.0-20191029155521-f43be2a4598c // indirect
golang.org/x/tools v0.0.0-20191101200257-8dbcdeb83d3f // indirect
)