-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
33 lines (31 loc) · 1.26 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
31
32
33
module github.com/SbstnErhrdt/go-job-dispatcher
go 1.15
require (
github.com/SbstnErhrdt/env v1.0.2
github.com/SbstnErhrdt/go-gorm-all-sql v0.0.0-20230129181717-d17141e8a055
github.com/bytedance/sonic v1.8.7 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/gin-gonic/gin v1.9.0
github.com/go-playground/validator/v10 v10.12.0 // indirect
github.com/go-redis/redis/v8 v8.11.5
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0
github.com/jackc/pgx/v5 v5.3.1 // indirect
github.com/joho/godotenv v1.5.1
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.3 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/pelletier/go-toml/v2 v2.0.7 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/sys v0.7.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gorm.io/datatypes v1.1.1
gorm.io/driver/postgres v1.5.0 // indirect
gorm.io/gorm v1.24.7-0.20230306060331-85eaf9eeda11
)