-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 892 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
module github.com/ThomasCaud/go-rest-api
go 1.15
require (
github.com/gin-gonic/gin v1.6.3
github.com/go-sql-driver/mysql v1.5.0
github.com/google/uuid v1.1.2
github.com/gorilla/mux v1.8.0
github.com/juju/errors v0.0.0-20200330140219-3fe23663418f
github.com/karrick/godirwalk v1.10.12 // indirect
github.com/lib/pq v1.8.0
github.com/loopfz/gadgeto v0.10.1
github.com/ovh/venom v0.28.0 // indirect
github.com/prometheus/tsdb v0.7.1 // indirect
github.com/rubenv/sql-migrate v0.0.0-20200616145509-8d140a17f351
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102 // indirect
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/tools v0.0.0-20201031021630-582c62ec74d0 // indirect
)