-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
23 lines (21 loc) · 798 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/fadhiilrachman/e-bpm
go 1.17
require (
github.com/99designs/gqlgen v0.14.0
github.com/go-chi/chi/v5 v5.0.7
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/websocket v1.4.2
github.com/joho/godotenv v1.4.0
github.com/rs/cors v1.8.0
github.com/vektah/gqlparser/v2 v2.2.0
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
github.com/agnivade/levenshtein v1.1.1 // indirect
github.com/go-pg/pg v8.0.7+incompatible
github.com/google/uuid v1.3.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/stretchr/testify v1.7.0 // indirect
golang.org/x/sys v0.0.0-20211214234402-4825e8c3871d // indirect
mellium.im/sasl v0.2.1 // indirect
)