This repository was archived by the owner on Jun 13, 2023. It is now read-only.
File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ require (
8
8
github.com/aws/aws-sdk-go v1.36.30
9
9
github.com/aws/aws-sdk-go-v2 v0.23.0
10
10
github.com/benweissmann/memongo v0.1.1
11
- github.com/gin-gonic/gin v1.6.3
12
- github.com/go-playground/validator/v10 v10.4.1 // indirect
11
+ github.com/gin-gonic/gin v1.7.0
13
12
github.com/go-redis/redis/v8 v8.11.0
14
13
github.com/gofiber/fiber/v2 v2.11.0
15
14
github.com/gogo/protobuf v1.3.1
Original file line number Diff line number Diff line change @@ -39,15 +39,14 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
39
39
github.com/fsnotify/fsnotify v1.4.9 /go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ =
40
40
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE =
41
41
github.com/gin-contrib/sse v0.1.0 /go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI =
42
- github.com/gin-gonic/gin v1.6.3 h1:ahKqKTFpO5KTPHxWZjEdPScmYaGtLo8Y4DMHoEsnp14 =
43
- github.com/gin-gonic/gin v1.6.3 /go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M =
42
+ github.com/gin-gonic/gin v1.7.0 h1:jGB9xAJQ12AIGNB4HguylppmDK1Am9ppF7XnGXXJuoU =
43
+ github.com/gin-gonic/gin v1.7.0 /go.mod h1:jD2toBW3GZUr5UMcdrwQA10I7RuaFOl/SGeDjXkfUtY =
44
44
github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A =
45
45
github.com/go-playground/assert/v2 v2.0.1 /go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4 =
46
46
github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q =
47
47
github.com/go-playground/locales v0.13.0 /go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8 =
48
48
github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no =
49
49
github.com/go-playground/universal-translator v0.17.0 /go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA =
50
- github.com/go-playground/validator/v10 v10.2.0 /go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI =
51
50
github.com/go-playground/validator/v10 v10.4.1 h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7aM3F26W0hOn+GE =
52
51
github.com/go-playground/validator/v10 v10.4.1 /go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4 =
53
52
github.com/go-redis/redis/v8 v8.11.0 h1:O1Td0mQ8UFChQ3N9zFQqo6kTU2cJ+/it88gDB+zg0wo =
You can’t perform that action at this time.
0 commit comments