@@ -3,54 +3,70 @@ module github.com/wpcodevo/golang-gorm-postgres
3
3
go 1.18
4
4
5
5
require (
6
- github.com/gin-contrib/cors v1.4 .0
7
- github.com/gin-gonic/gin v1.8 .1
6
+ github.com/gin-contrib/cors v1.5 .0
7
+ github.com/gin-gonic/gin v1.9 .1
8
8
github.com/golang-jwt/jwt v3.2.2+incompatible
9
- github.com/google/uuid v1.1.2
10
- github.com/spf13/viper v1.12.0
11
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
12
- gorm.io/driver/postgres v1.3.8
13
- gorm.io/gorm v1.23.8
9
+ github.com/google/uuid v1.6.0
10
+ github.com/spf13/viper v1.18.2
11
+ golang.org/x/crypto v0.19.0
12
+ gorm.io/driver/postgres v1.5.6
13
+ gorm.io/gorm v1.25.7
14
14
)
15
15
16
16
require (
17
- github.com/fsnotify/fsnotify v1.5.4 // indirect
17
+ github.com/bytedance/sonic v1.11.0 // indirect
18
+ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
19
+ github.com/chenzhuoyu/iasm v0.9.1 // indirect
20
+ github.com/fsnotify/fsnotify v1.7.0 // indirect
21
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
18
22
github.com/gin-contrib/sse v0.1.0 // indirect
19
- github.com/go-playground/locales v0.14.0 // indirect
20
- github.com/go-playground/universal-translator v0.18.0 // indirect
21
- github.com/go-playground/validator/v10 v10.11 .0 // indirect
22
- github.com/goccy/go-json v0.9.10 // indirect
23
+ github.com/go-playground/locales v0.14.1 // indirect
24
+ github.com/go-playground/universal-translator v0.18.1 // indirect
25
+ github.com/go-playground/validator/v10 v10.18 .0 // indirect
26
+ github.com/goccy/go-json v0.10.2 // indirect
23
27
github.com/hashicorp/hcl v1.0.0 // indirect
24
28
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
25
- github.com/jackc/pgconn v1.12 .1 // indirect
29
+ github.com/jackc/pgconn v1.14 .1 // indirect
26
30
github.com/jackc/pgio v1.0.0 // indirect
27
31
github.com/jackc/pgpassfile v1.0.0 // indirect
28
- github.com/jackc/pgproto3/v2 v2.3.0 // indirect
29
- github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
30
- github.com/jackc/pgtype v1.11.0 // indirect
31
- github.com/jackc/pgx/v4 v4.16.1 // indirect
32
+ github.com/jackc/pgproto3/v2 v2.3.2 // indirect
33
+ github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
34
+ github.com/jackc/pgtype v1.14.2 // indirect
35
+ github.com/jackc/pgx/v4 v4.18.1 // indirect
36
+ github.com/jackc/pgx/v5 v5.5.3 // indirect
37
+ github.com/jackc/puddle/v2 v2.2.1 // indirect
32
38
github.com/jinzhu/inflection v1.0.0 // indirect
33
- github.com/jinzhu/now v1.1.4 // indirect
39
+ github.com/jinzhu/now v1.1.5 // indirect
34
40
github.com/json-iterator/go v1.1.12 // indirect
35
- github.com/leodido/go-urn v1.2.1 // indirect
36
- github.com/magiconair/properties v1.8.6 // indirect
37
- github.com/mattn/go-isatty v0.0.14 // indirect
41
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
42
+ github.com/leodido/go-urn v1.4.0 // indirect
43
+ github.com/magiconair/properties v1.8.7 // indirect
44
+ github.com/mattn/go-isatty v0.0.20 // indirect
38
45
github.com/mitchellh/mapstructure v1.5.0 // indirect
39
46
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
40
47
github.com/modern-go/reflect2 v1.0.2 // indirect
41
48
github.com/pelletier/go-toml v1.9.5 // indirect
42
- github.com/pelletier/go-toml/v2 v2.0.2 // indirect
43
- github.com/spf13/afero v1.8.2 // indirect
44
- github.com/spf13/cast v1.5.0 // indirect
49
+ github.com/pelletier/go-toml/v2 v2.1.1 // indirect
50
+ github.com/sagikazarmark/locafero v0.4.0 // indirect
51
+ github.com/sagikazarmark/slog-shim v0.1.0 // indirect
52
+ github.com/sourcegraph/conc v0.3.0 // indirect
53
+ github.com/spf13/afero v1.11.0 // indirect
54
+ github.com/spf13/cast v1.6.0 // indirect
45
55
github.com/spf13/jwalterweatherman v1.1.0 // indirect
46
56
github.com/spf13/pflag v1.0.5 // indirect
47
- github.com/subosito/gotenv v1.3.0 // indirect
48
- github.com/ugorji/go/codec v1.2.7 // indirect
49
- golang.org/x/net v0.0.0-20220805013720-a33c5aa5df48 // indirect
50
- golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
51
- golang.org/x/text v0.3.7 // indirect
52
- google.golang.org/protobuf v1.28.1 // indirect
53
- gopkg.in/ini.v1 v1.66.4 // indirect
57
+ github.com/subosito/gotenv v1.6.0 // indirect
58
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
59
+ github.com/ugorji/go/codec v1.2.12 // indirect
60
+ go.uber.org/atomic v1.11.0 // indirect
61
+ go.uber.org/multierr v1.11.0 // indirect
62
+ golang.org/x/arch v0.7.0 // indirect
63
+ golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
64
+ golang.org/x/net v0.21.0 // indirect
65
+ golang.org/x/sync v0.6.0 // indirect
66
+ golang.org/x/sys v0.17.0 // indirect
67
+ golang.org/x/text v0.14.0 // indirect
68
+ google.golang.org/protobuf v1.32.0 // indirect
69
+ gopkg.in/ini.v1 v1.67.0 // indirect
54
70
gopkg.in/yaml.v2 v2.4.0 // indirect
55
71
gopkg.in/yaml.v3 v3.0.1 // indirect
56
72
)
0 commit comments