-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
19 lines (17 loc) · 778 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/yellyoshua/elections-app
go 1.16
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/gin-gonic/gin v1.7.2 // indirect
github.com/graphql-go/graphql v0.7.9 // indirect
github.com/graphql-go/graphql-go-handler v0.2.3 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/streadway/amqp v1.0.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/vektra/mockery/v2 v2.8.0 // indirect
github.com/xdg-go/scram v1.0.2 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.mongodb.org/mongo-driver v1.5.3 // indirect
)