-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (23 loc) · 1008 Bytes
/
go.mod
File metadata and controls
25 lines (23 loc) · 1008 Bytes
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
module github.com/mijgona/instagram
go 1.16
require (
github.com/MartinHeinz/go-project-blueprint v0.0.0-20200101162543-93e6e8cc7011 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/go-openapi/jsonreference v0.19.6 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/go-openapi/swag v0.19.15 // indirect
github.com/google/uuid v1.2.0
github.com/gorilla/mux v1.8.0
github.com/jackc/pgx/v4 v4.11.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 // indirect
github.com/swaggo/gin-swagger v1.2.0 // indirect
github.com/swaggo/http-swagger v1.0.0
github.com/swaggo/swag v1.7.0 // indirect
go.uber.org/dig v1.11.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
golang.org/x/tools v0.1.4 // indirect
)