1
1
module github.com/lungria/spendshelf-backend
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
- github.com/caarlos0/env/v6 v6.7 .1
7
- github.com/gin-gonic/gin v1.7.4
8
- github.com/jackc/pgx/v4 v4.13.0
9
- github.com/rs/cors v1.8.0
10
- github.com/rs/zerolog v1.25.0
6
+ github.com/caarlos0/env/v6 v6.9 .1
7
+ github.com/gin-gonic/gin v1.7.7
8
+ github.com/jackc/pgx/v4 v4.16.1
9
+ github.com/rs/cors/wrapper/gin v0.0.0-20220223021805-a4a5ce87d5a2
10
+ github.com/rs/zerolog v1.26.1
11
11
github.com/stretchr/testify v1.7.0
12
12
)
13
13
@@ -16,26 +16,28 @@ require (
16
16
github.com/gin-contrib/sse v0.1.0 // indirect
17
17
github.com/go-playground/locales v0.14.0 // indirect
18
18
github.com/go-playground/universal-translator v0.18.0 // indirect
19
- github.com/go-playground/validator/v10 v10.4.1 // indirect
20
- github.com/golang/protobuf v1.3.3 // indirect
19
+ github.com/go-playground/validator/v10 v10.11.0 // indirect
20
+ github.com/golang/protobuf v1.5.2 // indirect
21
21
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
22
- github.com/jackc/pgconn v1.10.0 // indirect
22
+ github.com/jackc/pgconn v1.12.1 // indirect
23
23
github.com/jackc/pgio v1.0.0 // indirect
24
24
github.com/jackc/pgpassfile v1.0.0 // indirect
25
- github.com/jackc/pgproto3/v2 v2.1.1 // indirect
25
+ github.com/jackc/pgproto3/v2 v2.3.0 // indirect
26
26
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
27
- github.com/jackc/pgtype v1.8.1 // indirect
28
- github.com/jackc/puddle v1.1.3 // indirect
29
- github.com/json-iterator/go v1.1.9 // indirect
30
- github.com/leodido/go-urn v1.2.0 // indirect
31
- github.com/mattn/go-isatty v0.0.12 // indirect
32
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
27
+ github.com/jackc/pgtype v1.11.0 // indirect
28
+ github.com/jackc/puddle v1.2.1 // indirect
29
+ github.com/json-iterator/go v1.1.12 // indirect
30
+ github.com/leodido/go-urn v1.2.1 // indirect
31
+ github.com/mattn/go-isatty v0.0.14 // indirect
32
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
33
33
github.com/modern-go/reflect2 v1.0.2 // indirect
34
34
github.com/pmezard/go-difflib v1.0.0 // indirect
35
- github.com/ugorji/go/codec v1.1.7 // indirect
36
- golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
37
- golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
38
- golang.org/x/text v0.3.6 // indirect
39
- gopkg.in/yaml.v2 v2.2.8 // indirect
35
+ github.com/rs/cors v1.8.2 // indirect
36
+ github.com/ugorji/go/codec v1.2.7 // indirect
37
+ golang.org/x/crypto v0.0.0-20220507011949-2cf3adece122 // indirect
38
+ golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
39
+ golang.org/x/text v0.3.7 // indirect
40
+ google.golang.org/protobuf v1.28.0 // indirect
41
+ gopkg.in/yaml.v2 v2.4.0 // indirect
40
42
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
41
43
)
0 commit comments