diff --git a/README.md b/README.md index 266e43f1..ec5a3ab6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ OSCAR is an open-source platform to support the Functions as a Service (FaaS) computing model for file-processing applications. It can be automatically deployed on multi-Clouds in order to create highly-parallel event-driven file-processing serverless applications that execute on customized runtime environments provided by Docker containers than run on an elastic Kubernetes cluster. -[**Deploy**](https://grycap.github.io/oscar/deploy-im-dashboard.html)   | +[**Deploy**](https://grycap.github.io/oscar/deploy-im-dashboard/)   |   [**Documentation**](https://grycap.github.io/oscar/)   ## Overview diff --git a/examples/mask-detector-workflow/README.md b/examples/mask-detector-workflow/README.md index cc299510..f5a72bc7 100644 --- a/examples/mask-detector-workflow/README.md +++ b/examples/mask-detector-workflow/README.md @@ -2,7 +2,7 @@ This example is based on the [SCAR's Mask detector hybrid workflow](https://github.com/grycap/scar/tree/master/examples/mask-detector-workflow), but, in this case, both services will be executed on top of an OSCAR cluster. -The easy way to deploy the services is via [oscar-cli](https://github.com/grycap/oscar-cli), but [you can also use the UI](https://grycap.github.io/oscar/usage.html). +The easy way to deploy the services is via [oscar-cli](https://github.com/grycap/oscar-cli), but [you can also use the UI](https://grycap.github.io/oscar/usage/). ![oscar-cli-apply.gif](img/oscar-cli-apply.gif) diff --git a/go.mod b/go.mod index 11781145..a3f92e1c 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.16 require ( github.com/aws/aws-sdk-go v1.37.28 - github.com/gin-gonic/gin v1.6.3 + github.com/gin-gonic/gin v1.7.2 github.com/goccy/go-yaml v1.8.9 github.com/google/gofuzz v1.2.0 // indirect github.com/google/uuid v1.2.0 diff --git a/go.sum b/go.sum index 0a1b418f..8265f694 100644 --- a/go.sum +++ b/go.sum @@ -172,8 +172,8 @@ github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2H github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE= github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= -github.com/gin-gonic/gin v1.6.3 h1:ahKqKTFpO5KTPHxWZjEdPScmYaGtLo8Y4DMHoEsnp14= -github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M= +github.com/gin-gonic/gin v1.7.2 h1:Tg03T9yM2xa8j6I3Z3oqLaQRSmKvxPd6g/2HJ6zICFA= +github.com/gin-gonic/gin v1.7.2/go.mod h1:jD2toBW3GZUr5UMcdrwQA10I7RuaFOl/SGeDjXkfUtY= github.com/go-asn1-ber/asn1-ber v1.5.1/go.mod h1:hEBeB/ic+5LoWskz+yKT7vGhhPYkProFKoKdwZRWMe0= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -209,7 +209,6 @@ github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8c github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD876Lmtgy7VtROAbHHXk8no= github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= -github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= github.com/go-playground/validator/v10 v10.4.1 h1:pH2c5ADXtd66mxoE0Zm9SUhxE20r7aM3F26W0hOn+GE= github.com/go-playground/validator/v10 v10.4.1/go.mod h1:nlOn6nFhuKACm19sB/8EGNn9GlaMV7XkbRSipzJ0Ii4= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w=