Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cluster/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/cluster

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/state => ../state

require github.com/stablekernel/crucible/state v0.0.0-00010101000000-000000000000
2 changes: 1 addition & 1 deletion cmd/crucible/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/cmd/crucible

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/gen v0.0.0
github.com/stablekernel/crucible/state v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion durable/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/durable

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/state => ../state

require github.com/stablekernel/crucible/state v0.0.0-00010101000000-000000000000
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/e2e

go 1.25.11

toolchain go1.26.4
replace (
github.com/stablekernel/crucible/cluster => ../cluster
github.com/stablekernel/crucible/durable => ../durable
Expand Down
2 changes: 1 addition & 1 deletion examples/dispatch/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/examples/dispatch

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/state => ../../state

replace github.com/stablekernel/crucible/state/expr => ../../state/expr
Expand Down
2 changes: 1 addition & 1 deletion examples/fooddelivery/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/examples/fooddelivery

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/state => ../../state

replace github.com/stablekernel/crucible/state/expr => ../../state/expr
Expand Down
2 changes: 1 addition & 1 deletion examples/sinkflow/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/examples/sinkflow

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/sink v0.0.0
github.com/stablekernel/crucible/sink/bridge v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion examples/sourcedrive/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/examples/sourcedrive

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/source v0.0.0
github.com/stablekernel/crucible/source/kafka v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion gen/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/gen

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/state v0.0.0

replace github.com/stablekernel/crucible/state => ../state
2 changes: 1 addition & 1 deletion magefiles/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/stablekernel/crucible/magefiles

go 1.25

toolchain go1.26.4
require github.com/magefile/mage v1.17.2
2 changes: 1 addition & 1 deletion sink/bridge/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/bridge

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/sink v0.0.0
github.com/stablekernel/crucible/state v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion sink/cloudwatch/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/cloudwatch

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/sink => ../

replace github.com/stablekernel/crucible/telemetry => ../../telemetry
Expand Down
2 changes: 1 addition & 1 deletion sink/dynamo/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/dynamo

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/sink v0.0.0

require (
Expand Down
2 changes: 1 addition & 1 deletion sink/eventbridge/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/eventbridge

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/sink => ../

replace github.com/stablekernel/crucible/telemetry => ../../telemetry
Expand Down
2 changes: 1 addition & 1 deletion sink/file/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/file

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/sink => ../

replace github.com/stablekernel/crucible/telemetry => ../../telemetry
Expand Down
2 changes: 1 addition & 1 deletion sink/firehose/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/firehose

go 1.25.11

toolchain go1.26.4
require (
github.com/aws/aws-sdk-go-v2 v1.41.9
github.com/aws/aws-sdk-go-v2/config v1.32.20
Expand Down
2 changes: 1 addition & 1 deletion sink/gcppubsub/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/gcppubsub

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/sink v0.0.0

require (
Expand Down
2 changes: 1 addition & 1 deletion sink/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/telemetry v0.0.0

replace github.com/stablekernel/crucible/telemetry => ../telemetry
2 changes: 1 addition & 1 deletion sink/http/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/http

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/sink v0.0.0

require github.com/stablekernel/crucible/telemetry v0.0.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion sink/kafka/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/kafka

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/sink v0.0.0

require (
Expand Down
2 changes: 1 addition & 1 deletion sink/kinesis/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/kinesis

go 1.25.11

toolchain go1.26.4
require (
github.com/aws/aws-sdk-go-v2 v1.41.9
github.com/aws/aws-sdk-go-v2/config v1.32.20
Expand Down
2 changes: 1 addition & 1 deletion sink/nats/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/nats

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/sink => ../

replace github.com/stablekernel/crucible/telemetry => ../../telemetry
Expand Down
2 changes: 1 addition & 1 deletion sink/otel/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/otel

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/sink v0.0.0
go.opentelemetry.io/otel v1.44.0
Expand Down
2 changes: 1 addition & 1 deletion sink/prometheus/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/prometheus

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/sink v0.0.0

require github.com/stablekernel/crucible/telemetry v0.0.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion sink/redis/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/redis

go 1.25.11

toolchain go1.26.4
require (
github.com/redis/go-redis/v9 v9.20.0
github.com/stablekernel/crucible/sink v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion sink/s3/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/s3

go 1.25.11

toolchain go1.26.4
require github.com/aws/aws-sdk-go-v2/service/s3 v1.102.2

require (
Expand Down
2 changes: 1 addition & 1 deletion sink/slog/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/slog

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/sink v0.0.0

require github.com/stablekernel/crucible/telemetry v0.0.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion sink/sns/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/sns

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/sink => ../

replace github.com/stablekernel/crucible/telemetry => ../../telemetry
Expand Down
2 changes: 1 addition & 1 deletion sink/sql/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/sql

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/sink v0.0.0
modernc.org/sqlite v1.51.0
Expand Down
2 changes: 1 addition & 1 deletion sink/sqs/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/sqs

go 1.25.11

toolchain go1.26.4
require (
github.com/aws/aws-sdk-go-v2 v1.41.9
github.com/aws/aws-sdk-go-v2/config v1.32.20
Expand Down
2 changes: 1 addition & 1 deletion sink/statsd/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/statsd

go 1.25.11

toolchain go1.26.4
require (
github.com/DataDog/datadog-go/v5 v5.8.3
github.com/stablekernel/crucible/sink v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion sink/timestream/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/sink/timestream

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/sink v0.0.0

require (
Expand Down
2 changes: 1 addition & 1 deletion source/cloudevents/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/source/cloudevents

go 1.25.11

toolchain go1.26.4
require (
github.com/cloudevents/sdk-go/v2 v2.16.2
github.com/stablekernel/crucible/source v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion source/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/source

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/telemetry v0.0.0

replace github.com/stablekernel/crucible/telemetry => ../telemetry
2 changes: 1 addition & 1 deletion source/jetstream/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/source/jetstream

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/source => ../

replace github.com/stablekernel/crucible/telemetry => ../../telemetry
Expand Down
2 changes: 1 addition & 1 deletion source/kafka/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/source/kafka

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/source v0.0.0

require (
Expand Down
2 changes: 1 addition & 1 deletion source/redis/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/source/redis

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/source => ../

replace github.com/stablekernel/crucible/telemetry => ../../telemetry
Expand Down
2 changes: 1 addition & 1 deletion source/statemachine/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/source/statemachine

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/source v0.0.0
github.com/stablekernel/crucible/state v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion state/expr/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/state/expr

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/state => ../

require (
Expand Down
1 change: 1 addition & 0 deletions state/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module github.com/stablekernel/crucible/state

go 1.25
toolchain go1.26.4
1 change: 1 addition & 0 deletions telemetry/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module github.com/stablekernel/crucible/telemetry

go 1.25
toolchain go1.26.4
2 changes: 1 addition & 1 deletion telemetry/otel/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/telemetry/otel

go 1.25.11

toolchain go1.26.4
require (
github.com/stablekernel/crucible/telemetry v0.0.0
go.opentelemetry.io/otel v1.44.0
Expand Down
2 changes: 1 addition & 1 deletion telemetry/slog/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/telemetry/slog

go 1.25.11

toolchain go1.26.4
require github.com/stablekernel/crucible/telemetry v0.0.0

replace github.com/stablekernel/crucible/telemetry => ../
2 changes: 1 addition & 1 deletion tools/docsgen/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/tools/docsgen

go 1.25.11

toolchain go1.26.4
// The generator builds real example machines and renders their diagrams, and
// shells out to gomarkdoc for the API reference. It depends on the local state
// kernel, the rich-expression tier, and the flagship example, all via replace
Expand Down
2 changes: 1 addition & 1 deletion transport/go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module github.com/stablekernel/crucible/transport

go 1.25.11

toolchain go1.26.4
replace github.com/stablekernel/crucible/state => ../state

replace github.com/stablekernel/crucible/cluster => ../cluster
Expand Down
Loading
Loading