diff --git a/pluralsight-webinars/2021-04-docker-kubernetes-quickstart/apod/image-gallery/src/go.mod b/pluralsight-webinars/2021-04-docker-kubernetes-quickstart/apod/image-gallery/src/go.mod index f2c70d0..a4136f0 100644 --- a/pluralsight-webinars/2021-04-docker-kubernetes-quickstart/apod/image-gallery/src/go.mod +++ b/pluralsight-webinars/2021-04-docker-kubernetes-quickstart/apod/image-gallery/src/go.mod @@ -3,6 +3,6 @@ module diamol/image-gallery go 1.13 require ( - github.com/prometheus/client_golang v1.2.1 - github.com/spf13/viper v1.6.0 -) \ No newline at end of file + github.com/prometheus/client_golang v1.11.1 + github.com/spf13/viper v1.6.0 +)