diff --git a/vmaas-go/go.mod b/vmaas-go/go.mod index a0633a51a..6b17292bb 100644 --- a/vmaas-go/go.mod +++ b/vmaas-go/go.mod @@ -12,7 +12,7 @@ require ( github.com/prometheus/client_golang v1.15.1 github.com/redhatinsights/app-common-go v1.6.6 github.com/redhatinsights/platform-go-middlewares v0.20.0 - github.com/redhatinsights/vmaas-lib v1.0.3 + github.com/redhatinsights/vmaas-lib v1.0.4 github.com/sirupsen/logrus v1.9.2 github.com/stretchr/testify v1.8.3 github.com/zsais/go-gin-prometheus v0.1.0 diff --git a/vmaas-go/go.sum b/vmaas-go/go.sum index 671370cb6..e0411f14d 100644 --- a/vmaas-go/go.sum +++ b/vmaas-go/go.sum @@ -109,8 +109,8 @@ github.com/redhatinsights/app-common-go v1.6.6 h1:daOwCpGtW6IxGd9iO6TY3yoaV/HaHK github.com/redhatinsights/app-common-go v1.6.6/go.mod h1:6gzRyg8ZyejwMCksukeAhh2ZXOB3uHSmBsbP06fG2PQ= github.com/redhatinsights/platform-go-middlewares v0.20.0 h1:qwK9ArGYRlORsZ56PXXLJrGvzTsMe3bk2lR+WN5aIjM= github.com/redhatinsights/platform-go-middlewares v0.20.0/go.mod h1:i5gVDZJ/quCQhs5AW5CwkRPXlz1HfDBvyNtXHnlXZfM= -github.com/redhatinsights/vmaas-lib v1.0.3 h1:UIXKpBRH9TzO5KrDYaEIGb/AwGmORTNwZw+Qr35aWPY= -github.com/redhatinsights/vmaas-lib v1.0.3/go.mod h1:Hae6UhDkh9fdPtOOX0uhrol3B+wDSLSLeGFGpTBYCPA= +github.com/redhatinsights/vmaas-lib v1.0.4 h1:ailv2J0KKrUPAJ6FvKpOPw+ROuVylZ5N6KhLbvXp40s= +github.com/redhatinsights/vmaas-lib v1.0.4/go.mod h1:Hae6UhDkh9fdPtOOX0uhrol3B+wDSLSLeGFGpTBYCPA= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE= github.com/rogpeppe/go-internal v1.10.0 h1:TMyTOH3F/DB16zRVcYyreMH6GnZZrwQVAoYjRBZyWFQ=