From f14db43bef599781a2b2ce56085229a031ee8780 Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Fri, 19 Jun 2020 14:06:06 +0200 Subject: [PATCH] Upgrade CI and deps --- .github/workflows/test.yml | 2 +- go.mod | 2 +- go.sum | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd97144..3f3efc1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: path: vendor key: ${{ runner.os }}-go-${{ hashFiles('**/go.mod') }} restore-keys: | - ${{ runner.os }}-go- + ${{ runner.os }}-go-${{ hashFiles('**/go.mod') }} - name: Populate dependencies run: '(test -d vendor && echo vendor found) || go mod vendor' - name: Test diff --git a/go.mod b/go.mod index 50c3435..5ed3857 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ require ( github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.5.1 github.com/swaggest/assertjson v1.0.0 - github.com/swaggest/jsonschema-go v0.3.4 + github.com/swaggest/jsonschema-go v0.3.5 github.com/swaggest/openapi-go v0.1.10 // indirect github.com/swaggest/swgen v0.6.25 gopkg.in/yaml.v2 v2.3.0 diff --git a/go.sum b/go.sum index 962afb7..7fe9b9b 100644 --- a/go.sum +++ b/go.sum @@ -60,6 +60,8 @@ github.com/swaggest/jsonschema-go v0.3.2/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5Kc github.com/swaggest/jsonschema-go v0.3.3/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5KckL/XOV4mSR6FGw= github.com/swaggest/jsonschema-go v0.3.4 h1:VoD8ux21OyoSPvRHbWNE1I5SQZ6T6L+WLd2GWS+90X4= github.com/swaggest/jsonschema-go v0.3.4/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5KckL/XOV4mSR6FGw= +github.com/swaggest/jsonschema-go v0.3.5 h1:zOUyPaLfoqgoPB/HnaM3rApLD/nT/BrzZhDeZj9yVUY= +github.com/swaggest/jsonschema-go v0.3.5/go.mod h1:TrWgbug4p2ZgcxnHDz+CvYvEtJ5KckL/XOV4mSR6FGw= github.com/swaggest/openapi-go v0.1.3 h1:IyFhFIFDW9L61z/ez9zLI+v39dP8N8HurAGr6msRWPM= github.com/swaggest/openapi-go v0.1.3/go.mod h1:Zx4ZgJ7XvlFH9wCOHE7u8RAjLfiHAnCHeaD5kUDujVM= github.com/swaggest/openapi-go v0.1.9 h1:U8vXeBgkvgZS+fN4pPxPQg6cd03cyEVh9Tcm4Oxl/7U=