Skip to content
This repository was archived by the owner on Jul 29, 2026. It is now read-only.
Open
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
34 changes: 17 additions & 17 deletions apps/backend/go.mod
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
module github.com/JustLABv1/justflow/apps/backend

go 1.26.0
go 1.26.4

require (
github.com/prometheus/client_golang v1.23.2
github.com/uptrace/bun v1.2.16
github.com/uptrace/bun/driver/pgdriver v1.2.16
github.com/uptrace/bun/extra/bunotel v1.2.16
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.63.0
go.opentelemetry.io/otel v1.43.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0
go.opentelemetry.io/otel/sdk v1.43.0
golang.org/x/crypto v0.46.0
google.golang.org/grpc v1.79.3
github.com/uptrace/bun v1.2.18
github.com/uptrace/bun/driver/pgdriver v1.2.18
github.com/uptrace/bun/extra/bunotel v1.2.18
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.69.0
go.opentelemetry.io/otel v1.44.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0
go.opentelemetry.io/otel/sdk v1.44.0
golang.org/x/crypto v0.53.0
google.golang.org/grpc v1.82.0
gopkg.in/yaml.v3 v3.0.1
)

Expand Down Expand Up @@ -83,15 +83,15 @@ require (
require (
github.com/Masterminds/semver v1.5.0
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/gin-contrib/cors v1.7.6
github.com/gin-gonic/gin v1.11.0
github.com/golang-jwt/jwt/v5 v5.3.0
github.com/gin-contrib/cors v1.7.7
github.com/gin-gonic/gin v1.12.0
github.com/golang-jwt/jwt/v5 v5.3.1
github.com/google/uuid v1.6.0
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.32
github.com/lib/pq v1.12.3
github.com/mattn/go-sqlite3 v1.14.47
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/sirupsen/logrus v1.9.3
github.com/sirupsen/logrus v1.9.4
github.com/spf13/viper v1.21.0
github.com/uptrace/bun/dialect/pgdialect v1.2.16
github.com/uptrace/bun/dialect/pgdialect v1.2.18
golang.org/x/sys v0.42.0 // indirect
)
10 changes: 5 additions & 5 deletions apps/runner/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
module github.com/JustLABv1/runner

go 1.26.0
go 1.26.4

require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/google/uuid v1.6.0
github.com/hashicorp/go-hclog v1.6.3
github.com/hashicorp/go-plugin v1.7.0
github.com/sirupsen/logrus v1.9.3
github.com/hashicorp/go-plugin v1.8.0
github.com/sirupsen/logrus v1.9.4
)

require (
Expand Down Expand Up @@ -60,8 +60,8 @@ require (
github.com/JustLABv1/justflow/apps/backend v0.0.0-20251130104321-781435597f44
github.com/JustLABv1/justflow/pkg/contracts v0.0.0
github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b // indirect
github.com/gin-contrib/cors v1.7.6
github.com/gin-gonic/gin v1.11.0
github.com/gin-contrib/cors v1.7.7
github.com/gin-gonic/gin v1.12.0
github.com/spf13/viper v1.21.0
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/sys v0.42.0 // indirect
Expand Down
2 changes: 1 addition & 1 deletion pkg/contracts/go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/JustLABv1/justflow/pkg/contracts

go 1.24.0
go 1.26.4

require github.com/google/uuid v1.6.0
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/actions_check/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/actions_check

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/ansible/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/ansible

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/collect_data/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/collect_data

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/debug/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/debug

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/git/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/git

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/interaction/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/interaction

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
6 changes: 3 additions & 3 deletions runner-plugins/action-plugins/log/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/JustLABv1/runner-plugins/action-plugins/log

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/tidwall/gjson v1.18.0
github.com/hashicorp/go-plugin v1.8.0
github.com/tidwall/gjson v1.19.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/mail/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/mail

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
6 changes: 3 additions & 3 deletions runner-plugins/action-plugins/pattern_check/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/JustLABv1/runner-plugins/action-plugins/pattern_check

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/tidwall/gjson v1.18.0
github.com/hashicorp/go-plugin v1.8.0
github.com/tidwall/gjson v1.19.0
)

require (
Expand Down
6 changes: 3 additions & 3 deletions runner-plugins/action-plugins/ping/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module github.com/JustLABv1/runner-plugins/action-plugins/ping

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/prometheus-community/pro-bing v0.7.0
github.com/hashicorp/go-plugin v1.8.0
github.com/prometheus-community/pro-bing v0.9.1
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/port_checker/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/port_checker

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
8 changes: 4 additions & 4 deletions runner-plugins/action-plugins/ssh/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/JustLABv1/runner-plugins/action-plugins/ssh

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/melbahja/goph v1.4.0
golang.org/x/crypto v0.46.0
github.com/hashicorp/go-plugin v1.8.0
github.com/melbahja/goph v1.5.1
golang.org/x/crypto v0.53.0
)

require (
Expand Down
10 changes: 5 additions & 5 deletions runner-plugins/action-plugins/terraform/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/terraform

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand All @@ -31,9 +31,9 @@ require (
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/hashicorp/go-hclog v1.6.3 // indirect
github.com/hashicorp/go-version v1.7.0
github.com/hashicorp/hc-install v0.9.2
github.com/hashicorp/terraform-exec v0.24.0
github.com/hashicorp/go-version v1.9.0
github.com/hashicorp/hc-install v0.9.5
github.com/hashicorp/terraform-exec v0.25.2
github.com/hashicorp/yamux v0.1.2 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/action-plugins/wait/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/action-plugins/wait

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
6 changes: 3 additions & 3 deletions runner-plugins/endpoint-plugins/alertmanager/go.mod
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
module github.com/JustLABv1/runner-plugins/endpoint-plugins/alertmanager

go 1.26.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/google/uuid v1.6.0
github.com/hashicorp/go-plugin v1.7.0
github.com/tidwall/gjson v1.18.0
github.com/hashicorp/go-plugin v1.8.0
github.com/tidwall/gjson v1.19.0
)

require (
Expand Down
4 changes: 2 additions & 2 deletions runner-plugins/template/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/JustLABv1/runner-plugins/template

go 1.24.0
go 1.26.4

require (
github.com/JustLABv1/runner v1.3.3-0.20251130114418-9c6e8455bd50
github.com/hashicorp/go-plugin v1.7.0
github.com/hashicorp/go-plugin v1.8.0
)

require (
Expand Down
Loading