From de9c44d5116e4fee97871734eaab1b59a27052ed Mon Sep 17 00:00:00 2001 From: nxcc <> Date: Wed, 3 Apr 2024 10:40:31 +0200 Subject: [PATCH] bump cue version to 0.8.1 --- README.md | 1 + go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b301f28..cfcfd95 100644 --- a/README.md +++ b/README.md @@ -218,6 +218,7 @@ Until [issue 2555][issue2555] is resolved in CUE, there is a [temporary workarou * `v0.13.1` - bump deps * `v0.14.x` - "silent release" of v1alpha2 schema... * `v0.14.4` - No code changes, bump cue version to 0.8.0 + * `v0.14.5` - No code changes, bump cue version to 0.8.1 [CUE]: https://cuelang.org [SOPS]: https://github.com/mozilla/sops diff --git a/go.mod b/go.mod index 8fb92ab..5e59655 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/noris-network/cuegen go 1.22 require ( - cuelang.org/go v0.8.0 + cuelang.org/go v0.8.1 github.com/forensicanalysis/gitfs v0.2.1 github.com/getsops/sops/v3 v3.8.1 github.com/go-git/go-git/v5 v5.11.0 diff --git a/go.sum b/go.sum index 1387007..85a97a8 100644 --- a/go.sum +++ b/go.sum @@ -11,8 +11,8 @@ cloud.google.com/go/kms v1.15.2 h1:lh6qra6oC4AyWe5fUUUBe/S27k12OHAleOOOw6KakdE= cloud.google.com/go/kms v1.15.2/go.mod h1:3hopT4+7ooWRCjc2DxgnpESFxhIraaI2IpAVUEhbT/w= cuelabs.dev/go/oci/ociregistry v0.0.0-20240314152124-224736b49f2e h1:GwCVItFUPxwdsEYnlUcJ6PJxOjTeFFCKOh6QWg4oAzQ= cuelabs.dev/go/oci/ociregistry v0.0.0-20240314152124-224736b49f2e/go.mod h1:ApHceQLLwcOkCEXM1+DyCXTHEJhNGDpJ2kmV6axsx24= -cuelang.org/go v0.8.0 h1:fO1XPe/SUGtc7dhnGnTPbpIDoQm/XxhDtoSF7jzO01c= -cuelang.org/go v0.8.0/go.mod h1:CoDbYolfMms4BhWUlhD+t5ORnihR7wvjcfgyO9lL5FI= +cuelang.org/go v0.8.1 h1:VFYsxIFSPY5KgSaH1jQ2GxHOrbu6Ga3kEI70yCZwnOg= +cuelang.org/go v0.8.1/go.mod h1:CoDbYolfMms4BhWUlhD+t5ORnihR7wvjcfgyO9lL5FI= dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk= dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk= filippo.io/age v1.1.1 h1:pIpO7l151hCnQ4BdyBujnGP2YlUo0uj6sAVNHGBvXHg=