forked from jayluxferro/GhanaPostGPS-REST-API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 744 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
module github.com/jayluxferro/ghpgps
// +heroku goVersion go1.17
go 1.17
require (
github.com/gin-gonic/gin v0.0.0-20150626140855-4cc2de6207f4
github.com/heroku/x v0.0.0-20171004170240-705849e307dd
github.com/jayluxferro/ghanapostgps v1.1.0
github.com/joho/godotenv v1.3.0
)
require (
github.com/google/uuid v1.3.0 // indirect
github.com/manucorporat/sse v0.0.0-20160126180136-ee05b128a739 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/stretchr/testify v1.6.1 // indirect
golang.org/x/net v0.0.0-20150629084131-d9558e5c97f8 // indirect
golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae // indirect
gopkg.in/bluesuncorp/validator.v5 v5.10.3 // indirect
)