-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgo.mod
19 lines (17 loc) · 647 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/rafaelrubbioli/espenses
go 1.17
require (
github.com/99designs/gqlgen v0.10.1
github.com/agnivade/levenshtein v1.0.1 // indirect
github.com/go-chi/chi v3.3.2+incompatible
github.com/go-sql-driver/mysql v1.5.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/golang-lru v0.5.0 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/lib/pq v1.2.1-0.20191011153232-f91d3411e481 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/nleof/goyesql v1.0.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/vektah/gqlparser v1.1.2
gopkg.in/yaml.v2 v2.2.4 // indirect
)