From 28f02ac21fc08a569d932f8634b49c3954b7fdb5 Mon Sep 17 00:00:00 2001 From: Joel Webber Date: Fri, 11 Sep 2026 13:59:16 -0400 Subject: [PATCH] chore(deps): bump sightmap lib to released v0.32.0 PR #37 landed the signal-completion-predicates feature but kept generator/go.mod pinned to the state-signals branch build (v0.31.3-0.20260910214719-f6ac005ba83a). Now that sightmap v0.32.0 is released with Corpus.Signals / Corpus.ResolveSignal, replace the pseudo-version with the release tag. go build + go test ./... green. Signed-off-by: Joel Webber --- generator/go.mod | 2 +- generator/go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/generator/go.mod b/generator/go.mod index fd0e5d5..2b630f7 100644 --- a/generator/go.mod +++ b/generator/go.mod @@ -3,6 +3,6 @@ module sightkick/generator go 1.23 require ( - github.com/sightmap/sightmap/go v0.31.3-0.20260910214719-f6ac005ba83a + github.com/sightmap/sightmap/go v0.32.0 gopkg.in/yaml.v3 v3.0.1 ) diff --git a/generator/go.sum b/generator/go.sum index 1b68cfc..4432bc3 100644 --- a/generator/go.sum +++ b/generator/go.sum @@ -1,7 +1,5 @@ -github.com/sightmap/sightmap/go v0.29.0 h1:vnAREwkvfdygIzrUZvVR59PQsiZ6MMYSXCM+t8AQw1E= -github.com/sightmap/sightmap/go v0.29.0/go.mod h1:qjZ325Jae5+Pr0BKr9E+T60DL0YFwuqTlXiwzijp//M= -github.com/sightmap/sightmap/go v0.31.3-0.20260910214719-f6ac005ba83a h1:/3pOSuQyF0RwSrqBmKThENrCuQTyXyMeMkPLKBhT580= -github.com/sightmap/sightmap/go v0.31.3-0.20260910214719-f6ac005ba83a/go.mod h1:qjZ325Jae5+Pr0BKr9E+T60DL0YFwuqTlXiwzijp//M= +github.com/sightmap/sightmap/go v0.32.0 h1:bhG3qDNSvu++cA+DWKoscsC++ybBKNrcSDoeP1+xeRk= +github.com/sightmap/sightmap/go v0.32.0/go.mod h1:qjZ325Jae5+Pr0BKr9E+T60DL0YFwuqTlXiwzijp//M= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=