-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.08 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
module github.com/famesensor/playground-go-fiber-todonotes
go 1.15
require (
github.com/Netflix/go-env v0.0.0-20201224175523-e4d859765ea4
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/arsmn/fiber-swagger/v2 v2.3.0
github.com/aws/aws-sdk-go v1.36.15 // indirect
github.com/gofiber/fiber/v2 v2.3.2
github.com/golang/snappy v0.0.2 // indirect
github.com/google/go-cmp v0.5.4 // indirect
github.com/joho/godotenv v1.3.0
github.com/klauspost/compress v1.11.6 // indirect
github.com/stretchr/testify v1.6.1
github.com/swaggo/swag v1.7.0
github.com/tidwall/pretty v1.0.2 // indirect
github.com/tj/assert v0.0.3
github.com/valyala/fasthttp v1.19.0 // indirect
go.mongodb.org/mongo-driver v1.4.4
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
golang.org/x/sys v0.0.0-20210110051926-789bb1bd4061 // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.0.0-20210108195828-e2f9c7f1fc8e // indirect
)