1
1
module github.com/sentrionic/valkyrie
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
- // +heroku goVersion go1.17
5
+ // +heroku goVersion go1.18
6
6
7
7
require (
8
8
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
9
- github.com/aws/aws-sdk-go v1.40.46
9
+ github.com/aws/aws-sdk-go v1.43.20
10
10
github.com/bwmarrin/snowflake v0.3.0
11
11
github.com/disintegration/imaging v1.6.2
12
- github.com/gin-contrib/sessions v0.0.3
12
+ github.com/gin-contrib/sessions v0.0.4
13
13
github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
14
- github.com/gin-gonic/gin v1.7.4
15
- github.com/go-openapi/spec v0.20.3 // indirect
16
- github.com/go-openapi/swag v0.19.15 // indirect
14
+ github.com/gin-gonic/gin v1.7.7
15
+ github.com/go-openapi/spec v0.20.4 // indirect
16
+ github.com/go-openapi/swag v0.21.1 // indirect
17
17
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
18
- github.com/go-redis/redis/v8 v8.11.3
18
+ github.com/go-redis/redis/v8 v8.11.5
19
19
github.com/golang/protobuf v1.5.2 // indirect
20
- github.com/gorilla/websocket v1.4.2
21
- github.com/joho/godotenv v1.3 .0
20
+ github.com/gorilla/websocket v1.5.0
21
+ github.com/joho/godotenv v1.4 .0
22
22
github.com/json-iterator/go v1.1.12 // indirect
23
23
github.com/leodido/go-urn v1.2.1 // indirect
24
- github.com/lib/pq v1.10.3
24
+ github.com/lib/pq v1.10.4
25
25
github.com/mailru/easyjson v0.7.7 // indirect
26
26
github.com/matoous/go-nanoid v1.5.0
27
27
github.com/matoous/go-nanoid/v2 v2.0.0
28
- github.com/rs/cors v1.8.0
28
+ github.com/rs/cors v1.8.2 // indirect
29
29
github.com/stretchr/testify v1.7.0
30
30
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
31
- github.com/swaggo/gin-swagger v1.3 .1
32
- github.com/swaggo/swag v1.7.1
33
- github.com/ulule/limiter/v3 v3.8 .0
34
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
35
- golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d // indirect
36
- golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 // indirect
37
- golang.org/x/tools v0.1.2 // indirect
38
- gorm.io/driver/postgres v1.1 .1
39
- gorm.io/gorm v1.21.15
31
+ github.com/swaggo/gin-swagger v1.4 .1
32
+ github.com/swaggo/swag v1.8.0
33
+ github.com/ulule/limiter/v3 v3.10 .0
34
+ golang.org/x/crypto v0.0.0-20220315160706-3147a52a75dd
35
+ golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
36
+ golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect
37
+ golang.org/x/tools v0.1.10 // indirect
38
+ gorm.io/driver/postgres v1.3 .1
39
+ gorm.io/gorm v1.23.2
40
40
)
41
41
42
+ require github.com/rs/cors/wrapper/gin v0.0.0-20220223021805-a4a5ce87d5a2
43
+
42
44
require (
43
45
github.com/KyleBanks/depth v1.2.1 // indirect
44
46
github.com/PuerkitoBio/purell v1.1.1 // indirect
45
47
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
46
- github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
48
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
47
49
github.com/boj/redistore v0.0.0-20180917114910-cd5dcc76aeff // indirect
48
50
github.com/cespare/xxhash/v2 v2.1.2 // indirect
49
51
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -53,21 +55,21 @@ require (
53
55
github.com/go-openapi/jsonreference v0.19.6 // indirect
54
56
github.com/go-playground/locales v0.14.0 // indirect
55
57
github.com/go-playground/universal-translator v0.18.0 // indirect
56
- github.com/go-playground/validator/v10 v10.9.0 // indirect
58
+ github.com/go-playground/validator/v10 v10.10.1 // indirect
57
59
github.com/gomodule/redigo v2.0.0+incompatible // indirect
58
60
github.com/gorilla/context v1.1.1 // indirect
59
61
github.com/gorilla/securecookie v1.1.1 // indirect
60
62
github.com/gorilla/sessions v1.2.1 // indirect
61
63
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
62
- github.com/jackc/pgconn v1.10 .0 // indirect
64
+ github.com/jackc/pgconn v1.11 .0 // indirect
63
65
github.com/jackc/pgio v1.0.0 // indirect
64
66
github.com/jackc/pgpassfile v1.0.0 // indirect
65
- github.com/jackc/pgproto3/v2 v2.1.1 // indirect
67
+ github.com/jackc/pgproto3/v2 v2.2.0 // indirect
66
68
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
67
- github.com/jackc/pgtype v1.8.1 // indirect
68
- github.com/jackc/pgx/v4 v4.13 .0 // indirect
69
+ github.com/jackc/pgtype v1.10.0 // indirect
70
+ github.com/jackc/pgx/v4 v4.15 .0 // indirect
69
71
github.com/jinzhu/inflection v1.0.0 // indirect
70
- github.com/jinzhu/now v1.1.2 // indirect
72
+ github.com/jinzhu/now v1.1.5 // indirect
71
73
github.com/jmespath/go-jmespath v0.4.0 // indirect
72
74
github.com/josharian/intern v1.0.0 // indirect
73
75
github.com/mattn/go-isatty v0.0.14 // indirect
@@ -76,8 +78,8 @@ require (
76
78
github.com/pkg/errors v0.9.1 // indirect
77
79
github.com/pmezard/go-difflib v1.0.0 // indirect
78
80
github.com/stretchr/objx v0.2.0 // indirect
79
- github.com/ugorji/go/codec v1.2.6 // indirect
80
- golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d // indirect
81
+ github.com/ugorji/go/codec v1.2.7 // indirect
82
+ golang.org/x/image v0.0.0-20220302094943-723b81ca9867 // indirect
81
83
golang.org/x/text v0.3.7 // indirect
82
84
google.golang.org/protobuf v1.27.1 // indirect
83
85
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments