-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 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
module Golang-Graphql-withCICD-PSQL
go 1.16
require (
github.com/99designs/gqlgen v0.13.0 // indirect
github.com/asaskevich/govalidator v0.0.0-20171111151018-521b25f4b05f
github.com/dgrijalva/jwt-go v3.1.0+incompatible
github.com/gin-gonic/gin v1.7.2 // indirect
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/ichtrojan/thoth v1.3.0 // indirect
github.com/jmoiron/sqlx v0.0.0-20180124204410-05cef0741ade
github.com/joho/godotenv v1.3.0 // indirect
github.com/jrkt/graphql-go-upload v0.1.0 // indirect
github.com/lib/pq v1.10.2
github.com/neelance/graphql-go v0.0.0-20180130204728-b46637030579
github.com/opentracing/opentracing-go v1.0.2
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.29.1 // indirect
)