@@ -6,62 +6,67 @@ require (
6
6
github.com/avast/retry-go/v3 v3.1.1
7
7
github.com/blendle/zapdriver v1.3.1
8
8
github.com/gin-contrib/cors v1.4.0
9
- github.com/gin-gonic/gin v1.8.1
10
- github.com/gofrs/uuid v4.3 .0+incompatible
11
- github.com/jackc/pgx/v4 v4.17.2
12
- github.com/joho/godotenv v1.4.0
9
+ github.com/gin-gonic/gin v1.9.0
10
+ github.com/gofrs/uuid v4.4 .0+incompatible
11
+ github.com/jackc/pgx/v4 v4.18.1
12
+ github.com/joho/godotenv v1.5.1
13
13
github.com/kelseyhightower/envconfig v1.4.0
14
14
github.com/mvrilo/go-redoc v0.1.2
15
- github.com/opencontainers/runc v1.1.4
16
- github.com/stretchr/testify v1.8.0
17
- github.com/swaggo/swag v1.8.7
18
- go.uber.org/zap v1.23 .0
19
- golang.org/x/net v0.1 .0
15
+ github.com/opencontainers/runc v1.1.6
16
+ github.com/stretchr/testify v1.8.2
17
+ github.com/swaggo/swag v1.16.1
18
+ go.uber.org/zap v1.24 .0
19
+ golang.org/x/net v0.9 .0
20
20
)
21
21
22
- require github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a
22
+ require github.com/swaggo/files v1.0.1
23
+
24
+ require (
25
+ github.com/bytedance/sonic v1.8.7 // indirect
26
+ github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
27
+ github.com/klauspost/cpuid/v2 v2.2.4 // indirect
28
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
29
+ golang.org/x/arch v0.3.0 // indirect
30
+ )
23
31
24
32
require (
25
33
github.com/KyleBanks/depth v1.2.1 // indirect
26
- github.com/PuerkitoBio/purell v1.1.1 // indirect
27
- github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
28
34
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
29
35
github.com/davecgh/go-spew v1.1.1 // indirect
30
36
github.com/gin-contrib/sse v0.1.0 // indirect
31
- github.com/go-openapi/jsonpointer v0.19.5 // indirect
32
- github.com/go-openapi/jsonreference v0.19.6 // indirect
33
- github.com/go-openapi/spec v0.20.4 // indirect
34
- github.com/go-openapi/swag v0.19.15 // indirect
35
- github.com/go-playground/locales v0.14.0 // indirect
36
- github.com/go-playground/universal-translator v0.18.0 // indirect
37
- github.com/go-playground/validator/v10 v10.10 .0 // indirect
38
- github.com/goccy/go-json v0.9.7 // indirect
37
+ github.com/go-openapi/jsonpointer v0.19.6 // indirect
38
+ github.com/go-openapi/jsonreference v0.20.2 // indirect
39
+ github.com/go-openapi/spec v0.20.9 // indirect
40
+ github.com/go-openapi/swag v0.22.3 // indirect
41
+ github.com/go-playground/locales v0.14.1 // indirect
42
+ github.com/go-playground/universal-translator v0.18.1 // indirect
43
+ github.com/go-playground/validator/v10 v10.12 .0 // indirect
44
+ github.com/goccy/go-json v0.10.2 // indirect
39
45
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
40
- github.com/jackc/pgconn v1.13 .0 // indirect
46
+ github.com/jackc/pgconn v1.14 .0 // indirect
41
47
github.com/jackc/pgio v1.0.0 // indirect
42
48
github.com/jackc/pgpassfile v1.0.0 // indirect
43
- github.com/jackc/pgproto3/v2 v2.3.1 // indirect
44
- github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
45
- github.com/jackc/pgtype v1.12 .0 // indirect
49
+ github.com/jackc/pgproto3/v2 v2.3.2 // indirect
50
+ github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
51
+ github.com/jackc/pgtype v1.14 .0 // indirect
46
52
github.com/jackc/puddle v1.3.0 // indirect
47
53
github.com/josharian/intern v1.0.0 // indirect
48
54
github.com/json-iterator/go v1.1.12 // indirect
49
- github.com/leodido/go-urn v1.2.1 // indirect
50
- github.com/mailru/easyjson v0.7.6 // indirect
51
- github.com/mattn/go-isatty v0.0.14 // indirect
52
- github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
55
+ github.com/leodido/go-urn v1.2.3 // indirect
56
+ github.com/mailru/easyjson v0.7.7 // indirect
57
+ github.com/mattn/go-isatty v0.0.18 // indirect
58
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
53
59
github.com/modern-go/reflect2 v1.0.2 // indirect
54
- github.com/pelletier/go-toml/v2 v2.0.1 // indirect
60
+ github.com/pelletier/go-toml/v2 v2.0.7 // indirect
55
61
github.com/pmezard/go-difflib v1.0.0 // indirect
56
- github.com/swaggo/gin-swagger v1.5.3
57
- github.com/ugorji/go/codec v1.2.7 // indirect
58
- go.uber.org/atomic v1.7.0 // indirect
59
- go.uber.org/multierr v1.6.0 // indirect
60
- golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // indirect
61
- golang.org/x/sys v0.1.0 // indirect
62
- golang.org/x/text v0.4.0 // indirect
63
- golang.org/x/tools v0.1.12 // indirect
64
- google.golang.org/protobuf v1.28.0 // indirect
65
- gopkg.in/yaml.v2 v2.4.0 // indirect
62
+ github.com/swaggo/gin-swagger v1.6.0
63
+ github.com/ugorji/go/codec v1.2.11 // indirect
64
+ go.uber.org/atomic v1.10.0 // indirect
65
+ go.uber.org/multierr v1.11.0 // indirect
66
+ golang.org/x/crypto v0.8.0 // indirect
67
+ golang.org/x/sys v0.7.0 // indirect
68
+ golang.org/x/text v0.9.0 // indirect
69
+ golang.org/x/tools v0.8.0 // indirect
70
+ google.golang.org/protobuf v1.30.0 // indirect
66
71
gopkg.in/yaml.v3 v3.0.1 // indirect
67
72
)
0 commit comments