Skip to content

Commit

Permalink
bump cue version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Dec 6, 2023
1 parent 5da3560 commit e6c5f98
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ Until [issue 2555][issue2555] is resolved in CUE, there is a [temporary workarou
* `v0.11.0` - add `DUMP_OVERLAYS_TO` to dump overlays to directory (debug)
* `v0.11.1` - upgrade sops
* `v0.12.0` - add workaround for file order bug
* `v0.13.0` - No code changes, bump cue version to 0.7.0

[CUE]: https://cuelang.org
[SOPS]: https://github.com/mozilla/sops
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/noris-network/cuegen
go 1.20

require (
cuelang.org/go v0.7.0-rc.1
cuelang.org/go v0.7.0
github.com/forensicanalysis/gitfs v0.2.1
github.com/getsops/sops/v3 v3.8.1
github.com/go-git/go-git/v5 v5.10.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,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-20231103182354-93e78c079a13 h1:zkiIe8AxZ/kDjqQN+mDKc5BxoVJOqioSdqApjc+eB1I=
cuelabs.dev/go/oci/ociregistry v0.0.0-20231103182354-93e78c079a13/go.mod h1:XGKYSMtsJWfqQYPwq51ZygxAPqpEUj/9bdg16iDPTAA=
cuelang.org/go v0.7.0-rc.1 h1:unjhI93VizqD6xvMWXB9KusZsZbMJyHDpfxhDqk+FCU=
cuelang.org/go v0.7.0-rc.1/go.mod h1:ix+3dM/bSpdG9xg6qpCgnJnpeLtciZu+O/rDbywoMII=
cuelang.org/go v0.7.0 h1:gMztinxuKfJwMIxtboFsNc6s8AxwJGgsJV+3CuLffHI=
cuelang.org/go v0.7.0/go.mod h1:ix+3dM/bSpdG9xg6qpCgnJnpeLtciZu+O/rDbywoMII=
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=
Expand Down

0 comments on commit e6c5f98

Please sign in to comment.