-
Notifications
You must be signed in to change notification settings - Fork 43
/
go.mod
30 lines (28 loc) · 1.11 KB
/
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
module golang-starter
go 1.14
require (
github.com/cosmtrek/air v1.29.0 // indirect
github.com/go-chi/chi/v5 v5.0.7
github.com/go-chi/cors v1.2.0
github.com/go-openapi/spec v0.20.6 // indirect
github.com/go-openapi/swag v0.21.1 // indirect
github.com/go-redis/cache/v8 v8.4.3
github.com/go-redis/redis/v8 v8.11.4
github.com/go-sql-driver/mysql v1.6.0
github.com/golang-jwt/jwt v3.2.1+incompatible
github.com/google/wire v0.5.0
github.com/guregu/null v4.0.0+incompatible
github.com/jcelliott/lumber v0.0.0-20160324203708-dd349441af25 // indirect
github.com/jmoiron/sqlx v1.3.5
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
github.com/nanobox-io/golang-scribble v0.0.0-20190309225732-aa3e7c118975
github.com/nurcahyaari/sqlabst v0.0.0-20220508101604-d82c7de6cb72
github.com/rs/zerolog v1.26.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.1
github.com/swaggo/http-swagger v1.2.8
github.com/swaggo/swag v1.8.1
golang.org/x/crypto v0.0.0-20211215165025-cf75a172585e
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
)