-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
31 lines (28 loc) · 982 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
24
25
26
27
28
29
30
31
module github.com/Haraj-backend/hex-monscape
go 1.18
require (
github.com/Rican7/conjson v0.1.0
github.com/apex/gateway v1.1.2
github.com/aws/aws-sdk-go v1.44.162
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.1
github.com/go-chi/render v1.0.1
github.com/go-sql-driver/mysql v1.6.0
github.com/google/uuid v1.3.0
github.com/gosidekick/goconfig v1.3.0
github.com/jmoiron/sqlx v1.3.4
github.com/stretchr/testify v1.8.1
gopkg.in/validator.v2 v2.0.0-20210331031555-b37d688a7fb0
)
require (
github.com/aws/aws-lambda-go v1.17.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.3.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)