Skip to content

Commit

Permalink
Upgrade patched cue
Browse files Browse the repository at this point in the history
  • Loading branch information
nxcc committed Feb 18, 2025
1 parent f67c0ff commit 0502db1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ will still work at least until 2026.
* `v0.15.2` - No code changes, bump cue version to 0.11.1
* `v0.16.0` - new apiVersion "v1beta1", bump cue version to 0.12.0
* `v0.16.1` - No code changes, bump deps
* `v0.16.2` - Upgrade patched cue

[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
@@ -1,6 +1,6 @@
module github.com/noris-network/cuegen

replace cuelang.org/go => github.com/nxcc/cue v0.0.0-20250130135615-97aa7fabbf60
replace cuelang.org/go => github.com/nxcc/cue v0.0.0-20250218063334-d98d6f59ff92

go 1.24

Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ github.com/moby/sys/user v0.3.0 h1:9ni5DlcW5an3SvRSx4MouotOygvzaXbaSrc/wGDFWPo=
github.com/moby/sys/user v0.3.0/go.mod h1:bG+tYYYJgaMtRKgEmuueC0hJEAZWwtIbZTB+85uoHjs=
github.com/moby/term v0.5.0 h1:xt8Q1nalod/v7BqbG21f8mQPqH+xAaC9C3N3wfWbVP0=
github.com/moby/term v0.5.0/go.mod h1:8FzsFHVUBGZdbDsJw/ot+X+d5HLUbvklYLJ9uGfcI3Y=
github.com/nxcc/cue v0.0.0-20250130135615-97aa7fabbf60 h1:FjewbDvYW7pUVvwWgsrgWinIxgs0XiO8j5xxtgxDj1M=
github.com/nxcc/cue v0.0.0-20250130135615-97aa7fabbf60/go.mod h1:bCx779WTm/MUFPQLRWFIHtTT/vqNeHd5Oy/hA0Ib0TQ=
github.com/nxcc/cue v0.0.0-20250218063334-d98d6f59ff92 h1:9/4cdlgL44L+Ct16N01hJM3maUVh3XkmYb2CerIM2yc=
github.com/nxcc/cue v0.0.0-20250218063334-d98d6f59ff92/go.mod h1:bCx779WTm/MUFPQLRWFIHtTT/vqNeHd5Oy/hA0Ib0TQ=
github.com/nxcc/cueconfig v0.0.1 h1:rnuTlLODSnZNrH84TJW1DldeaAA/jTLZiRg7WryhQR0=
github.com/nxcc/cueconfig v0.0.1/go.mod h1:KWh7yngeWWLCR2GShDV2P47m+25fjBVEgfGsZYZJ9AI=
github.com/onsi/gomega v1.34.1 h1:EUMJIKUjM8sKjYbtxQI9A4z2o+rruxnzNvpknOXie6k=
Expand Down Expand Up @@ -303,8 +303,6 @@ github.com/redis/go-redis/v9 v9.7.0 h1:HhLSs+B6O021gwzl+locl0zEDnyNkxMtf/Z3NNBMa
github.com/redis/go-redis/v9 v9.7.0/go.mod h1:f6zhXITC7JUJIlPEiBOTXxJgPLdZcA93GewI7inzyWw=
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a h1:w3tdWGKbLGBPtR/8/oO74W6hmz0qE5q0z9aqSAewaaM=
github.com/rogpeppe/go-internal v1.13.2-0.20241226121412-a5dc8ff20d0a/go.mod h1:S8kfXMp+yh77OxPD4fdM6YUknrZpQxLhvxzS4gDHENY=
github.com/russross/blackfriday v1.6.0 h1:KqfZb0pUVN2lYqZUYRddxF4OR8ZMURnJIG5Y3VRLtww=
github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNlmVHqNRXXJNAY=
github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk=
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
github.com/ryanuber/go-glob v1.0.0 h1:iQh3xXAumdQ+4Ufa5b25cRpC5TYKlno6hsv6Cb3pkBk=
Expand Down

0 comments on commit 0502db1

Please sign in to comment.