diff --git a/gen/go.mod b/gen/go.mod index 8e96054..2b48e06 100644 --- a/gen/go.mod +++ b/gen/go.mod @@ -1,7 +1,5 @@ module github.com/stablekernel/crucible/gen -go 1.25.11 -toolchain go1.26.4 -require github.com/stablekernel/crucible/state v0.0.0 +go 1.25 -replace github.com/stablekernel/crucible/state => ../state +require github.com/stablekernel/crucible/state v1.0.0 diff --git a/gen/go.sum b/gen/go.sum new file mode 100644 index 0000000..6bae937 --- /dev/null +++ b/gen/go.sum @@ -0,0 +1,2 @@ +github.com/stablekernel/crucible/state v1.0.0 h1:YjhEM3vqqHptq33j+zZlYgSa4FupAFrDgAUUPfLwx68= +github.com/stablekernel/crucible/state v1.0.0/go.mod h1:GU2LNVI+FJrdii+UNZYqfwcH219dCKO+TkX6KRE/Fys= diff --git a/state/expr/go.mod b/state/expr/go.mod index 1c52013..2b187d0 100644 --- a/state/expr/go.mod +++ b/state/expr/go.mod @@ -1,13 +1,11 @@ module github.com/stablekernel/crucible/state/expr -go 1.25.11 -toolchain go1.26.4 -replace github.com/stablekernel/crucible/state => ../ +go 1.25.0 require ( cel.dev/expr v0.25.2 github.com/google/cel-go v0.28.1 - github.com/stablekernel/crucible/state v0.0.0-00010101000000-000000000000 + github.com/stablekernel/crucible/state v1.0.0 google.golang.org/genproto/googleapis/api v0.0.0-20260226221140-a57be14db171 google.golang.org/protobuf v1.36.11 ) diff --git a/state/expr/go.sum b/state/expr/go.sum index 9701a66..cb5b2d4 100644 --- a/state/expr/go.sum +++ b/state/expr/go.sum @@ -18,6 +18,8 @@ github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsK github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= +github.com/stablekernel/crucible/state v1.0.0 h1:YjhEM3vqqHptq33j+zZlYgSa4FupAFrDgAUUPfLwx68= +github.com/stablekernel/crucible/state v1.0.0/go.mod h1:GU2LNVI+FJrdii+UNZYqfwcH219dCKO+TkX6KRE/Fys= go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc= go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg= golang.org/x/exp v0.0.0-20260209203927-2842357ff358 h1:kpfSV7uLwKJbFSEgNhWzGSL47NDSF/5pYYQw1V0ub6c=