Giter VIP home page Giter VIP logo

stack's Introduction

Formance StackLedger Stars License MIT YCombinator slack

Formance is a highly modular developer platform to build and operate complex money flows of any size and shapes. It comes with several components, that can be used as a whole as the Formance Stack or separately as standalone micro-services and libraries:

  • Formance Ledger - Programmable double-entry, immutable source of truth to record internal financial transactions and money movements
  • Formance Payments - Unified API and data layer for payments processing
  • Formance Numscript - DSL and virtual machine monetary computations and transactions modeling

⚡️ Getting started with Formance Cloud Sandbox

Install Formance CLI

# macOS
brew tap formancehq/tap
brew install fctl

# login to formance cloud
fctl login

# create a sandbox stack deployment
# please note: sandbox are made available for testing and not made for production usage
# read more in the docs [1]
fctl stack create foobar

# commit your first ledger transaction
fctl ledger send world foo 100 EUR/2 --ledger=demo

# checkout the control dashboard
fctl ui

[1] https://docs.formance.com/guides/newSandbox

💻 Getting started locally

Requirements

  1. Make sure docker is installed on your machine.
  2. Ensure your docker daemon has at least 5GB uf usable RAM available. Otherwise you will run into random crashes.
  3. Make sure Docker Compose is installed and available (it should be the case if you have chosen to install Docker via Docker Desktop); and
  4. Make sure Git is also installed on your machine.

Run the app

To start using Formance Stack, run the following commands in a shell:

# Get the code
git clone https://github.com/formancehq/stack.git

# Go to the cloned stack directory
cd stack

# Start the stack containers
docker compose up

The Stack's API is exposed at http://localhost/api.

You can run :

curl http://localhost/api/ledger/_info

☁️ Cloud Native Deployment

The Formance Stack is distributed as a collection of binaries, with optional packaging as Docker images and configuration support through command line options and environment variables. The recommended, standard way to deploy the collection of services is to a Kubernetes cluster through our Formance official Helm charts, which repository is available at helm.formance.com.

📚 Documentation

The full documentation for the formance stack can be found at docs.formance.com

💽 Codebase

Formance is transitioning to a unified public facing monorepo (this one) that imports versioned services submodules and provides a common infrastructure layer. As we are finalizing this transition, this monorepo is structured as below

Architecture

formancehq/stack/
  |- components      # Stack services in OSS
  |- ee        # Stack services in EE Licence
  |- docs      # Exhaustive documentation deployed at docs.formance.com
  |- config    # Boilerplate configuration for stack dependencies

Technologies

The Formance Stack is built on open-source, battle tested technologies including:

  • PostgreSQL - Main storage backend
  • Redis - Caching and services instances syncing
  • Kafka/NATS - Cross-services async communication
  • Traefik - Main HTTP gateway

stack's People

Contributors

adamdecaf avatar agourdel avatar allcontributors[bot] avatar altitude avatar arnaudcalmettes avatar ascandone avatar azorlogh avatar brieuccaillot avatar brunowego avatar darkmatterpool avatar dav-14 avatar dependabot[bot] avatar djimnz avatar edwardmp avatar flemzord avatar gfyrag avatar henry-jackson avatar hhamon avatar igordreher avatar jdupas22 avatar kislow avatar leobeal avatar louhde avatar lucasfcnunes avatar lwagner-getmomo avatar matiasinsaurralde avatar paul-nicolas avatar renovate[bot] avatar shiroy avatar sonnyp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

stack's Issues

[NUM-1796] Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): replace dependency @material-ui/core with @mui/material ^5.0.0
  • fix(deps): update github.com/formancehq/fctl/membershipclient digest to 5d4c919
  • fix(deps): update github.com/numary/auth/authclient digest to 4d0d7cf
  • fix(deps): update k8s.io/utils digest to 3b25d92
  • chore(deps): update public.ecr.aws/docker/library/golang docker tag to v1.21
  • chore(deps): update temporalio/admin-tools docker tag to v1.22.1
  • fix(deps): update dependency json-schema-static-docs to ^0.25.0
  • fix(deps): update kubernetes packages to v0.28.3 (k8s.io/api, k8s.io/apimachinery, k8s.io/client-go)
  • fix(deps): update module github.com/caddyserver/caddy/v2 to v2.7.5
  • fix(deps): update module github.com/formancehq/operator to v0.6.1
  • fix(deps): update module github.com/formancehq/search to v0.5.2
  • fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5
  • fix(deps): update module github.com/google/go-cmp to v0.6.0
  • fix(deps): update module github.com/iancoleman/strcase to v0.3.0
  • fix(deps): update module github.com/jackc/pgx/v5 to v5.4.3
  • fix(deps): update module github.com/nats-io/nats.go to v1.31.0
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
  • fix(deps): update module github.com/onsi/gomega to v1.29.0
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.10.0
  • fix(deps): update module github.com/pressly/goose/v3 to v3.15.1
  • fix(deps): update module github.com/rs/cors to v1.10.1
  • fix(deps): update module github.com/shopify/sarama to v1.41.3
  • fix(deps): update module github.com/spf13/afero to v1.10.0
  • fix(deps): update module github.com/spf13/cobra to v1.7.0
  • fix(deps): update module github.com/spf13/viper to v1.17.0
  • fix(deps): update module github.com/threedotslabs/watermill to v1.3.5
  • fix(deps): update module github.com/threedotslabs/watermill-kafka/v2 to v2.5.0
  • fix(deps): update module github.com/tidwall/gjson to v1.17.0
  • fix(deps): update module github.com/uptrace/opentelemetry-go-extra/otellogrus to v0.2.3
  • fix(deps): update module github.com/zitadel/logging to v0.5.0
  • fix(deps): update module github.com/zitadel/oidc/v2 to v2.11.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/host to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.20.0
  • fix(deps): update module go.temporal.io/api to v1.24.0
  • fix(deps): update module go.temporal.io/sdk to v1.25.1
  • fix(deps): update module go.temporal.io/sdk/contrib/opentelemetry to v0.3.0
  • fix(deps): update module go.uber.org/dig to v1.17.1
  • fix(deps): update module go.uber.org/fx to v1.20.1
  • fix(deps): update module go.uber.org/zap to v1.26.0
  • fix(deps): update module golang.org/x/mod to v0.13.0
  • fix(deps): update module golang.org/x/oauth2 to v0.13.0
  • fix(deps): update module golang.org/x/sync to v0.4.0
  • fix(deps): update module golang.org/x/text to v0.13.0
  • fix(deps): update module google.golang.org/grpc to v1.59.0
  • fix(deps): update module google.golang.org/protobuf to v1.31.0
  • fix(deps): update module gopkg.in/segmentio/analytics-go.v3 to v3.2.1
  • fix(deps): update module gorm.io/driver/postgres to v1.5.4
  • fix(deps): update module gorm.io/gorm to v1.25.5
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3
  • fix(deps): update opentelemetry-go monorepo (go.opentelemetry.io/otel, go.opentelemetry.io/otel/exporters/jaeger, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlptrace, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/stdout/stdoutmetric, go.opentelemetry.io/otel/exporters/stdout/stdouttrace, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/sdk, go.opentelemetry.io/otel/sdk/metric, go.opentelemetry.io/otel/trace)
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @vercel/node to v3
  • chore(deps): update docker.vectorized.io/vectorized/redpanda docker tag to v23
  • chore(deps): update docker/build-push-action action to v5
  • chore(deps): update docker/login-action action to v3
  • chore(deps): update docker/setup-buildx-action action to v3
  • chore(deps): update node.js to v21
  • chore(deps): update postgres docker tag to v16
  • chore(deps): update stefanzweifel/git-auto-commit-action action to v5
  • fix(deps): update dependency @mdx-js/react to v3
  • fix(deps): update dependency @svgr/webpack to v8
  • fix(deps): update dependency clsx to v2
  • fix(deps): update dependency hast-util-is-element to v3
  • fix(deps): update dependency prism-react-renderer to v2
  • fix(deps): update dependency rehype-katex to v7
  • fix(deps): update dependency remark-math to v6
  • fix(deps): update module github.com/bombsimon/logrusr/v3 to v4
  • fix(deps): update module github.com/formancehq/formance-sdk-go to v1
  • fix(deps): update module github.com/imdario/mergo to v1
  • fix(deps): update module github.com/lestrrat-go/jwx to v2
  • fix(deps): update module github.com/opensearch-project/opensearch-go to v2
  • fix(deps): update module github.com/stripe/stripe-go/v72 to v76
  • fix(deps): update module github.com/threedotslabs/watermill-http to v2
  • fix(deps): update module github.com/zitadel/oidc to v3
  • fix(deps): update module github.com/zitadel/oidc/v2 to v3
  • fix(deps): update module go.opentelemetry.io/otel/sdk/metric to v1
  • fix(deps): update react monorepo to v18 (major) (react, react-dom)
  • 🔐 Create all rate-limited PRs at once 🔐

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • fix(deps): update module github.com/nats-io/nats-server/v2 to v2.9.23 [security]
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux to v0.44.0 [security]
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.44.0 [security]
  • fix(deps): update module golang.org/x/net to v0.17.0 [security]
  • fix(deps): update github.com/formancehq/stack/libs/go-libs digest to d94135d
  • fix(deps): update all patch dependencies (@mui/material, axios, docker.redpanda.com/vectorized/console, ghcr.io/formancehq/auth, ghcr.io/formancehq/ledger, ghcr.io/formancehq/operator, ghcr.io/formancehq/orchestration, ghcr.io/formancehq/wallets, github.com/Masterminds/semver/v3, github.com/ThreeDotsLabs/watermill-nats/v2, github.com/coreos/go-semver, github.com/formancehq/formance-sdk-go, github.com/go-chi/chi/v5, github.com/go-chi/render, github.com/google/uuid, github.com/grpc-ecosystem/go-grpc-middleware/v2, github.com/hashicorp/go-retryablehttp, github.com/hashicorp/golang-lru/v2, github.com/imdario/mergo, github.com/lib/pq, github.com/pterm/pterm, github.com/sirupsen/logrus, github.com/stretchr/testify, github.com/uptrace/bun, github.com/uptrace/bun/dialect/pgdialect, github.com/uptrace/bun/dialect/sqlitedialect, github.com/uptrace/bun/driver/pgdriver, github.com/uptrace/bun/driver/sqliteshim, github.com/uptrace/bun/extra/bundebug, github.com/uptrace/bun/extra/bunotel, github.com/zitadel/oidc, react-numscript-codeblock, yaml)
  • chore(deps): update alpine docker tag to v3.18
  • chore(deps): update ghcr.io/formancehq/webhooks docker tag to v0.7.1
  • chore(deps): update golang docker tag
  • chore(deps): update jeffail/benthos docker tag
  • chore(deps): update module github.com/formancehq/oidc/v2 to v2.6.1
  • chore(deps): update nats docker tag to v2.10.3
  • chore(deps): update opensearchproject/opensearch docker tag to v2.11.0
  • chore(deps): update opensearchproject/opensearch-dashboards docker tag to v2.11.0

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
components/auth/docker-compose.yml
components/ledger/docker-compose.release.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/ledger v1.10.4
components/ledger/docker-compose.yml
  • postgres 15-alpine
  • golang 1.19-alpine
components/orchestration/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • temporalio/admin-tools 1.17.5
  • golang 1.19-alpine
components/payments/docker-compose.yml
  • postgres 14-alpine
  • golang 1.19.3-alpine3.16
components/search/docker-compose.yml
  • opensearchproject/opensearch 2.4.0
  • jeffail/benthos 4.11
  • golang 1.19-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
components/wallets/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • golang 1.19-alpine
components/webhooks/docker-compose.yml
  • postgres 13-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.redpanda.com/vectorized/console v2.3.4
docker-compose.yml
  • nats 2.8.4-alpine
  • postgres 13-alpine
  • opensearchproject/opensearch 2.2.1
  • opensearchproject/opensearch-dashboards 2.2.1
dockerfile
Dockerfile
  • ghcr.io/formancehq/gateway v0.1.7
  • ghcr.io/formancehq/ledger v1.10.3
  • ghcr.io/formancehq/payments v0.9.7
  • ghcr.io/formancehq/orchestration v0.1.5
  • ghcr.io/formancehq/auth v0.4.3
  • ghcr.io/formancehq/search v0.8.0
  • ghcr.io/formancehq/wallets v0.4.3
  • ghcr.io/formancehq/webhooks v0.6.6
  • ghcr.io/formancehq/control v1.7.0
  • jeffail/benthos 4.12.1
  • golang 1.20
  • node 18
base.Dockerfile
  • ubuntu 22.04
components/agent/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/agent/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/auth/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/dex.Dockerfile
  • ghcr.io/dexidp/dex v2.37.0
components/auth/reflex.Dockerfile
  • golang 1.19-alpine
components/fctl/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/fctl/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/gateway/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/gateway/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/ledger/Dockerfile
  • golang 1.20-alpine3.16
  • alpine 3.16
components/ledger/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/Dockerfile
  • golang 1.20-alpine
components/operator/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/garden/garden.Dockerfile
  • golang 1.19-alpine
  • golang 1.19-alpine
components/orchestration/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/orchestration/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/orchestration/reflex.Dockerfile
  • golang 1.19-alpine
components/orchestration/temporalite.Dockerfile
  • public.ecr.aws/docker/library/golang 1.19
components/payments/Dockerfile
  • golang 1.20-bullseye
components/payments/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/search/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/search/benthos.Dockerfile
  • jeffail/benthos 4.10
components/search/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/stargate/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/stargate/build.Dockerfile
  • ubuntu jammy
components/wallets/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/wallets/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/webhooks/Dockerfile
  • golang 1.20
  • golang 1.19-alpine
  • ubuntu 22.04
components/webhooks/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
openapi/Dockerfile
  • node 19-alpine
github-actions
.github/actions/env/action.yml
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
.github/workflows/cron.yml
  • actions/checkout v4
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/build-push-action v4
.github/workflows/labeler.yml
  • actions/labeler v4
  • aslafy-z/conventional-pr-title-action v3.1.1
.github/workflows/main.yml
  • actions/checkout v4
  • moonrepo/run-report-action v1
  • actions/checkout v4
  • moonrepo/run-report-action v1
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v3
  • actions/checkout v4
.github/workflows/sdk-release.yml
  • actions/checkout v4
  • stefanzweifel/git-auto-commit-action v4
gomod
components/agent/go.mod
  • go 1.20
  • github.com/formancehq/operator v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/uuid v1.3.0
  • github.com/joho/godotenv v1.5.1
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/oidc/v2 v2.0.0-00010101000000-000000000000@000000000000
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.uber.org/fx v1.19.3
  • golang.org/x/oauth2 v0.8.0
  • google.golang.org/grpc v1.56.3
  • google.golang.org/protobuf v1.30.0
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • github.com/formancehq/oidc/v2 v2.0.0-20230524073911-09bdd1dca291@09bdd1dca291
components/auth/authclient/go.mod
  • go 1.18
components/auth/go.mod
  • go 1.20
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/oauth2-proxy/mockoidc v0.0.0-20220308204021-b9169deeb282@b9169deeb282
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/logging v0.3.4
  • github.com/zitadel/oidc/v2 v2.6.0
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/text v0.9.0
  • gopkg.in/square/go-jose.v2 v2.6.0
  • gorm.io/driver/postgres v1.4.8
  • gorm.io/gorm v1.24.5
components/fctl/go.mod
  • go 1.20
  • github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2@8a50f05110d2
  • github.com/athul/shelby v1.0.6
  • github.com/c-bata/go-prompt v0.2.6
  • github.com/formancehq/fctl/membershipclient v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/formance-sdk-go v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/iancoleman/strcase v0.2.0
  • github.com/mattn/go-shellwords v1.0.12
  • github.com/pkg/errors v0.9.1
  • github.com/pterm/pterm v0.12.62
  • github.com/segmentio/analytics-go/v3 v3.2.1
  • github.com/segmentio/ksuid v1.0.4
  • github.com/spf13/cobra v1.6.1
  • github.com/zitadel/oidc/v2 v2.6.4
  • golang.org/x/oauth2 v0.9.0
  • gopkg.in/yaml.v3 v3.0.1
components/fctl/membershipclient/go.mod
  • go 1.18
  • golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558@22b0adad7558
components/gateway/go.mod
  • go 1.19
  • github.com/caddyserver/caddy/v2 v2.6.4
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/zitadel/oidc v1.13.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/sync v0.1.0
components/ledger/go.mod
  • go 1.20
  • github.com/Masterminds/semver/v3 v3.2.0
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
  • github.com/bluele/gcache v0.0.2
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230517212829-71aaaacfd130@71aaaacfd130
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pborman/uuid v1.2.1
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.2
  • go.uber.org/mock v0.3.0
  • gopkg.in/segmentio/analytics-go.v3 v3.1.0
components/ledger/libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/operator/go.mod
  • go 1.20
  • github.com/formancehq/search v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/iancoleman/strcase v0.2.0
  • github.com/nats-io/nats.go v1.24.0
  • github.com/numary/auth/authclient v0.0.0-20220811153653-6335dd9658f2@6335dd9658f2
  • github.com/onsi/ginkgo/v2 v2.6.0
  • github.com/onsi/gomega v1.24.1
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • golang.org/x/mod v0.8.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.26.1
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5@a5ecb0141aa5
  • sigs.k8s.io/controller-runtime v0.14.4
  • github.com/go-logr/logr v1.2.4
  • github.com/lib/pq v1.10.7
components/orchestration/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-playground/validator/v10 v10.11.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/pressly/goose/v3 v3.9.0
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/dialect/sqlitedialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/driver/sqliteshim v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.temporal.io/api v1.18.1
  • go.temporal.io/sdk v1.21.1
  • go.temporal.io/sdk/contrib/opentelemetry v0.2.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/mod v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • gopkg.in/yaml.v3 v3.0.1
components/payments/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gibson042/canonicaljson-go v1.0.3
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/hashicorp/golang-lru/v2 v2.0.4
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/pkg/errors v0.9.1
  • github.com/rs/cors v1.8.3
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/afero v1.9.3
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/stripe/stripe-go/v72 v72.122.0
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/dig v1.16.1
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
components/search/go.mod
  • go 1.20
  • github.com/aquasecurity/esquery v0.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gorilla/handlers v1.5.1
  • github.com/gorilla/mux v1.8.0
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/tidwall/gjson v1.14.4
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/stargate/go.mod
  • go 1.20
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/gogo/status v1.1.1
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/lestrrat-go/jwx v1.2.26
  • github.com/nats-io/nats-server v1.4.1
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.4
  • github.com/zitadel/oidc v1.13.4
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/net v0.10.0
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/sync v0.1.0
  • google.golang.org/grpc v1.56.3
  • google.golang.org/protobuf v1.30.0
components/wallets/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1.0.20230213140938-3b8735cf0168
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230222164357-55840b21a337@55840b21a337
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/render v1.0.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • go.uber.org/fx v1.19.2
  • golang.org/x/oauth2 v0.6.0
components/webhooks/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.uber.org/fx v1.19.2
go.mod
  • go 1.20
  • github.com/pkg/errors v0.9.1
  • github.com/xeipuuv/gojsonschema v1.2.0
  • golang.org/x/mod v0.12.0
  • gopkg.in/yaml.v3 v3.0.1
libs/go-libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
helm-values
components/agent/helm/values.yaml
  • ghcr.io/formancehq/agent v0.6.0
components/operator/helm/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helm/regions/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helmv3
helm/regions/Chart.yaml
npm
docs/package.json
  • @docusaurus/core ^2.4.1
  • @docusaurus/plugin-client-redirects ^2.4.1
  • @docusaurus/plugin-content-docs ^2.4.1
  • @docusaurus/plugin-content-pages ^2.4.1
  • @docusaurus/plugin-sitemap ^2.4.1
  • @docusaurus/preset-classic ^2.4.1
  • @docusaurus/theme-common ^2.4.1
  • @docusaurus/theme-search-algolia ^2.4.1
  • @emotion/react ^11.10.5
  • @emotion/styled ^11.10.5
  • @material-ui/core ^4.12.4
  • @mdx-js/react ^1.6.21
  • @mui/material ^5.10.13
  • @svgr/webpack ^6.5.1
  • axios ^1.1.3
  • clsx ^1.2.1
  • codemirror-lang-numscript ^0.4.0
  • file-loader ^6.2.0
  • graphviz-react ^1.2.5
  • hast-util-is-element 1.1.0
  • posthog-docusaurus ^2.0.0
  • prism-react-renderer ^1.3.5
  • react ^17.0.1
  • react-dom ^17.0.1
  • react-numscript-codeblock 0.2.3
  • redocusaurus ^1.4.0
  • rehype-katex 5
  • remark-math 3
  • url-loader ^4.1.1
  • @vercel/node ^2.6.2
libs/events/package.json
  • json-schema-static-docs ^0.24.1
  • yaml ^2.3.2
openapi/package.json
  • openapi-merge-cli ^1.3.1

NUM-1796

Bad Gateway after docker compose up (Linux)

I followed the instructions in the README.md file to clone and run the Formance stack locally:

# Get the code
git clone https://github.com/formancehq/stack.git

# Go to the cloned stack directory
cd stack

# Start the stack containers
docker compose up

After a while, all services appear to be up (log attached) but doing a curl localhost/api results in a Bad Gateway Response

[+] Running 6/0
 ✔ Container fornance-stack-gateway-1              Created                                         0.0s 
 ✔ Container fornance-stack-postgres-1             Create...                                       0.0s 
 ✔ Container fornance-stack-payments-migrate-1     Created                                         0.0s 
 ✔ Container fornance-stack-payments-connectors-1  Created                                         0.0s 
 ✔ Container fornance-stack-ledger-1               Created                                         0.0s 
 ✔ Container fornance-stack-payments-api-1         Cr...                                           0.0s 
Attaching to fornance-stack-gateway-1, fornance-stack-ledger-1, fornance-stack-payments-api-1, fornance-stack-payments-connectors-1, fornance-stack-payments-migrate-1, fornance-stack-postgres-1
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6492414,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6495152,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6495295,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.649573,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6495938,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496046,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.649614,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-postgres-1             | 
fornance-stack-postgres-1             | PostgreSQL Database directory appears to contain a database; Skipping initialization
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496232,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-postgres-1             | 
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496313,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496396,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496532,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496599,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496668,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496725,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496792,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496856,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6496923,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.649698,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6497054,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6497111,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.649718,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6497233,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.64973,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6497352,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6497414,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6497471,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6500683,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6501029,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6501126,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6502347,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6502578,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.650276,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6505947,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6506374,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6506581,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6509857,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6510031,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6510127,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6511006,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6511142,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6511264,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6511753,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6511865,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6511967,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6512775,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6512866,"logger":"caddyfile","msg":"Placeholder {args.2} deprecated, use {args[2]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.651293,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.651325,"logger":"caddyfile","msg":"Placeholder {args.0} deprecated, use {args[0]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6513348,"logger":"caddyfile","msg":"Placeholder {args.1} deprecated, use {args[1]} instead"}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6547241,"msg":"Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies","adapter":"caddyfile","file":"/etc/caddy/Caddyfile","line":81}
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6566632,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]}
fornance-stack-gateway-1              | {"level":"warn","ts":1703268044.6569288,"logger":"http.auto_https","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80}
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6570024,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc000652a80"}
fornance-stack-gateway-1              | {"level":"debug","ts":1703268044.656959,"logger":"http.auto_https","msg":"adjusted config","tls":{"automation":{"policies":[{}]}},"http":{"servers":{"srv0":{"listen":[":80"],"routes":[{"handle":[{"handler":"subroute","routes":[{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"rewrite","strip_path_prefix":"/api/payments"},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-connectors:8080"}]}]}]}],"match":[{"method":["POST","DELETE"],"path":["/api/payments/transfer-initiations*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"rewrite","strip_path_prefix":"/api/payments"},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-api:8080"}]}]}]}],"match":[{"method":["GET"],"path":["/api/payments/transfer-initiation*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"rewrite","strip_path_prefix":"/api/payments"},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-api:8080"}]}]}]}],"match":[{"method":["GET"],"path":["/api/payments/bank-accounts*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"rewrite","strip_path_prefix":"/api/payments"},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-connectors:8080"}]}]}]}],"match":[{"method":["POST"],"path":["/api/payments/bank-accounts*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"rewrite","strip_path_prefix":"/api/payments"},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-connectors:8080"}]}]}]}],"match":[{"path":["/api/payments/connectors*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"rewrite","strip_path_prefix":"/api/payments"},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-api:8080"}]}]}]}],"match":[{"path":["/api/payments/accounts*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"rewrite","strip_path_prefix":"/api/payments"},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-connectors:8080"}]}]}]}],"match":[{"path":["/api/payments/configs*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"rewrite","strip_path_prefix":"/api/payments"}]},{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"reverse_proxy","upstreams":[{"dial":"payments-api:8080"}]}]}]}],"match":[{"path":["/api/payments*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"handler":"rewrite","strip_path_prefix":"/api/ledger"}]},{"handle":[{"handler":"headers","response":{"set":{"Access-Control-Allow-Headers":["content-type"],"Access-Control-Allow-Methods":["GET,OPTIONS,PUT,POST,DELETE,HEAD,PATCH"],"Access-Control-Allow-Origin":["*"],"Access-Control-Max-Age":["100"]}}},{"handler":"reverse_proxy","upstreams":[{"dial":"ledger:3068"}]}]}]}],"match":[{"path":["/api/ledger*"]}]},{"group":"group10","handle":[{"handler":"subroute","routes":[{"handle":[{"body":"Bad Gateway","handler":"static_response","status_code":502}]}]}]}]}],"terminal":true}],"automatic_https":{"disable":true}}}}}
fornance-stack-gateway-1              | {"level":"debug","ts":1703268044.6592379,"logger":"http","msg":"starting server loop","address":"[::]:80","tls":false,"http3":false}
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6592648,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6592784,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/data/caddy"}
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6593535,"logger":"tls","msg":"finished cleaning storage units"}
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6596208,"msg":"autosaved config (load with --resume flag)","file":"/config/caddy/autosave.json"}
fornance-stack-gateway-1              | {"level":"info","ts":1703268044.6596348,"msg":"serving initial configuration"}
fornance-stack-postgres-1             | 2023-12-22 18:00:44.675 UTC [1] LOG:  starting PostgreSQL 15.5 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014, 64-bit
fornance-stack-postgres-1             | 2023-12-22 18:00:44.675 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
fornance-stack-postgres-1             | 2023-12-22 18:00:44.675 UTC [1] LOG:  listening on IPv6 address "::", port 5432
fornance-stack-postgres-1             | 2023-12-22 18:00:44.676 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
fornance-stack-postgres-1             | 2023-12-22 18:00:44.679 UTC [24] LOG:  database system was shut down at 2023-12-22 18:00:34 UTC
fornance-stack-postgres-1             | 2023-12-22 18:00:44.685 UTC [1] LOG:  database system is ready to accept connections
fornance-stack-ledger-1               | {"config":{"DatabaseSourceName":"postgresql://formance:formance@postgres:5432/ledger?sslmode=disable","Debug":false,"Writer":{},"MaxIdleConns":0,"MaxOpenConns":20,"ConnMaxIdleTime":60000000000},"level":"info","msg":"Opening connection to database...","time":"18-12-22128 18:00:55.540591"}
fornance-stack-ledger-1               | {"level":"info","msg":"Initializing database...","time":"18-12-22128 18:00:55.541413"}
fornance-stack-ledger-1               | {"level":"info","msg":"Start HTTP server","time":"18-12-22128 18:00:55.563127"}
fornance-stack-payments-migrate-1 exited with code 0
fornance-stack-payments-api-1         | time="18-12-22128 18:00:56.456765" level=info msg="Start HTTP server"
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.465936" level=info msg="Start HTTP server"
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.466260" level=info msg="Restoring state for all connectors" component=connector-manager provider=DUMMY-PAY
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.478739" level=info msg="Restoring state for all connectors" component=connector-manager provider=MODULR
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.478974" level=info msg="Restoring state for all connectors" component=connector-manager provider=STRIPE
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.479089" level=info msg="Restoring state for all connectors" component=connector-manager provider=WISE
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.479185" level=info msg="Restoring state for all connectors" component=connector-manager provider=CURRENCY-CLOUD
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.479296" level=info msg="Restoring state for all connectors" component=connector-manager provider=BANKING-CIRCLE
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.479398" level=info msg="Restoring state for all connectors" component=connector-manager provider=MANGOPAY
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.479560" level=info msg="Restoring state for all connectors" component=connector-manager provider=MONEYCORP
fornance-stack-payments-connectors-1  | time="18-12-22128 18:00:56.479642" level=info msg="Restoring state for all connectors" component=connector-manager provider=ATLAR

Is there any additional step needed to run the stack locally?

missing "fctl stack create stack_name" command from Quick Install

When following the "Introducing Money into the Ledger" tutorial, the need to create a Stack prior to executing the "fctl ledger transactions num intro.num" command (the command) is not clear.
Prior to executing the command, one must create a Stack, using the following command : "fctl stack create stack_name"

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • fix(deps): replace dependency @material-ui/core with @mui/material ^5.0.0
  • chore(deps): update golang docker tag
  • chore(deps): update jeffail/benthos docker tag
  • fix(deps): update opentelemetry-go monorepo (go.opentelemetry.io/otel, go.opentelemetry.io/otel/exporters/jaeger, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlptrace, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/stdout/stdoutmetric, go.opentelemetry.io/otel/exporters/stdout/stdouttrace, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/sdk, go.opentelemetry.io/otel/sdk/metric, go.opentelemetry.io/otel/trace)

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
components/auth/docker-compose.yml
components/ledger/docker-compose.release.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/ledger v1.10.4
components/ledger/docker-compose.yml
  • postgres 15-alpine
  • golang 1.19-alpine
components/orchestration/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • temporalio/admin-tools 1.17.5
  • golang 1.19-alpine
components/payments/docker-compose.yml
  • postgres 14-alpine
  • golang 1.19.3-alpine3.16
components/search/docker-compose.yml
  • opensearchproject/opensearch 2.11.0
  • jeffail/benthos 4.11
  • golang 1.19-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
components/wallets/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • golang 1.19-alpine
components/webhooks/docker-compose.yml
  • postgres 13-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.redpanda.com/vectorized/console v2.3.4
docker-compose.yml
  • nats 2.8.4-alpine
  • postgres 13-alpine
  • opensearchproject/opensearch 2.11.0
  • opensearchproject/opensearch-dashboards 2.11.0
dockerfile
Dockerfile
  • ghcr.io/formancehq/gateway v0.1.7
  • ghcr.io/formancehq/ledger v1.10.3
  • ghcr.io/formancehq/payments v0.9.7
  • ghcr.io/formancehq/orchestration v0.1.5
  • ghcr.io/formancehq/auth v0.4.3
  • ghcr.io/formancehq/search v0.8.0
  • ghcr.io/formancehq/wallets v0.4.3
  • ghcr.io/formancehq/webhooks v0.6.6
  • ghcr.io/formancehq/control v1.7.0
  • jeffail/benthos 4.12.1
  • golang 1.20
  • node 18
base.Dockerfile
  • ubuntu 22.04
components/agent/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/agent/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/auth/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/dex.Dockerfile
  • ghcr.io/dexidp/dex v2.37.0
components/auth/reflex.Dockerfile
  • golang 1.19-alpine
components/fctl/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/fctl/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/gateway/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/gateway/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/ledger/Dockerfile
  • golang 1.20-alpine3.16
  • alpine 3.16
components/ledger/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/Dockerfile
  • golang 1.20-alpine
components/operator/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/orchestration/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/orchestration/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/orchestration/reflex.Dockerfile
  • golang 1.19-alpine
components/orchestration/temporalite.Dockerfile
  • public.ecr.aws/docker/library/golang 1.19
components/payments/Dockerfile
  • golang 1.20-bullseye
components/payments/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/search/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/search/benthos.Dockerfile
  • jeffail/benthos 4.10
components/search/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/stargate/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/stargate/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/wallets/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/wallets/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/webhooks/Dockerfile
  • golang 1.20
  • golang 1.19-alpine
  • ubuntu 22.04
components/webhooks/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
openapi/Dockerfile
  • node 19-alpine
github-actions
.github/actions/env/action.yml
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
.github/workflows/cron.yml
  • actions/checkout v4
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/build-push-action v4
.github/workflows/labeler.yml
  • actions/labeler v4
  • aslafy-z/conventional-pr-title-action v3.1.1
.github/workflows/main.yml
  • actions/checkout v4
  • actions/checkout v4
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v3
  • actions/checkout v4
gomod
components/agent/go.mod
  • go 1.20
  • github.com/formancehq/operator v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/uuid v1.3.0
  • github.com/joho/godotenv v1.5.1
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/oidc/v2 v2.0.0-00010101000000-000000000000@000000000000
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.uber.org/fx v1.19.3
  • golang.org/x/oauth2 v0.8.0
  • google.golang.org/grpc v1.56.3
  • google.golang.org/protobuf v1.30.0
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • github.com/formancehq/oidc/v2 v2.0.0-20230524073911-09bdd1dca291@09bdd1dca291
components/auth/go.mod
  • go 1.20
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/oauth2-proxy/mockoidc v0.0.0-20220308204021-b9169deeb282@b9169deeb282
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/logging v0.3.4
  • github.com/zitadel/oidc/v2 v2.6.0
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/text v0.9.0
  • gopkg.in/square/go-jose.v2 v2.6.0
  • gorm.io/driver/postgres v1.4.8
  • gorm.io/gorm v1.24.5
components/fctl/go.mod
  • go 1.20
  • github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2@8a50f05110d2
  • github.com/c-bata/go-prompt v0.2.6
  • github.com/formancehq/fctl/membershipclient v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/formance-sdk-go v1.0.202307124
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/iancoleman/strcase v0.2.0
  • github.com/mattn/go-shellwords v1.0.12
  • github.com/pkg/errors v0.9.1
  • github.com/pterm/pterm v0.12.62
  • github.com/segmentio/analytics-go/v3 v3.2.1
  • github.com/segmentio/ksuid v1.0.4
  • github.com/spf13/cobra v1.6.1
  • github.com/zitadel/oidc/v2 v2.6.4
  • golang.org/x/oauth2 v0.9.0
  • gopkg.in/yaml.v3 v3.0.1
components/fctl/membershipclient/go.mod
  • go 1.18
  • golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558@22b0adad7558
components/gateway/go.mod
  • go 1.19
  • github.com/caddyserver/caddy/v2 v2.6.4
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/zitadel/oidc v1.13.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/sync v0.1.0
components/ledger/go.mod
  • go 1.20
  • github.com/Masterminds/semver/v3 v3.2.0
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
  • github.com/bluele/gcache v0.0.2
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230517212829-71aaaacfd130@71aaaacfd130
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pborman/uuid v1.2.1
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.2
  • go.uber.org/mock v0.3.0
  • gopkg.in/segmentio/analytics-go.v3 v3.1.0
components/ledger/libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/operator/go.mod
  • go 1.20
  • github.com/formancehq/search v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/iancoleman/strcase v0.2.0
  • github.com/nats-io/nats.go v1.24.0
  • github.com/numary/auth/authclient v0.0.0-20220811153653-6335dd9658f2@6335dd9658f2
  • github.com/onsi/ginkgo/v2 v2.6.0
  • github.com/onsi/gomega v1.24.1
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • golang.org/x/mod v0.8.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.26.1
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5@a5ecb0141aa5
  • sigs.k8s.io/controller-runtime v0.14.4
  • github.com/go-logr/logr v1.2.4
  • github.com/lib/pq v1.10.7
components/orchestration/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-playground/validator/v10 v10.11.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/pressly/goose/v3 v3.9.0
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/dialect/sqlitedialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/driver/sqliteshim v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.temporal.io/api v1.18.1
  • go.temporal.io/sdk v1.21.1
  • go.temporal.io/sdk/contrib/opentelemetry v0.2.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/mod v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • gopkg.in/yaml.v3 v3.0.1
components/payments/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gibson042/canonicaljson-go v1.0.3
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/hashicorp/golang-lru/v2 v2.0.4
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/pkg/errors v0.9.1
  • github.com/rs/cors v1.8.3
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/afero v1.9.3
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/stripe/stripe-go/v72 v72.122.0
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/dig v1.16.1
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
components/search/go.mod
  • go 1.20
  • github.com/aquasecurity/esquery v0.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gorilla/handlers v1.5.1
  • github.com/gorilla/mux v1.8.0
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/tidwall/gjson v1.14.4
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/stargate/go.mod
  • go 1.20
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/gogo/status v1.1.1
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/lestrrat-go/jwx v1.2.26
  • github.com/nats-io/nats-server v1.4.1
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.4
  • github.com/zitadel/oidc v1.13.4
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/net v0.10.0
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/sync v0.1.0
  • google.golang.org/grpc v1.56.3
  • google.golang.org/protobuf v1.30.0
components/wallets/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1.0.20230213140938-3b8735cf0168
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230222164357-55840b21a337@55840b21a337
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/render v1.0.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • go.uber.org/fx v1.19.2
  • golang.org/x/oauth2 v0.6.0
components/webhooks/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.uber.org/fx v1.19.2
go.mod
  • go 1.20
  • github.com/pkg/errors v0.9.1
  • github.com/xeipuuv/gojsonschema v1.2.0
  • golang.org/x/mod v0.12.0
  • gopkg.in/yaml.v3 v3.0.1
libs/go-libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
helm-values
components/agent/helm/values.yaml
  • ghcr.io/formancehq/agent v0.6.0
components/operator/helm/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
components/stargate/helm/values.yaml
  • ghcr.io/formancehq/stargate v0.1.9
helm/regions/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helmv3
helm/regions/Chart.yaml
npm
docs/package.json
  • @docusaurus/core ^2.4.1
  • @docusaurus/plugin-client-redirects ^2.4.1
  • @docusaurus/plugin-content-docs ^2.4.1
  • @docusaurus/plugin-content-pages ^2.4.1
  • @docusaurus/plugin-sitemap ^2.4.1
  • @docusaurus/preset-classic ^2.4.1
  • @docusaurus/theme-common ^2.4.1
  • @docusaurus/theme-search-algolia ^2.4.1
  • @emotion/react ^11.10.5
  • @emotion/styled ^11.10.5
  • @material-ui/core ^4.12.4
  • @mdx-js/react ^1.6.21
  • @mui/material ^5.10.13
  • @svgr/webpack ^6.5.1
  • axios ^1.1.3
  • clsx ^1.2.1
  • codemirror-lang-numscript ^0.4.0
  • file-loader ^6.2.0
  • graphviz-react ^1.2.5
  • hast-util-is-element 1.1.0
  • posthog-docusaurus ^2.0.0
  • prism-react-renderer ^1.3.5
  • react ^17.0.1
  • react-dom ^17.0.1
  • react-numscript-codeblock 0.2.3
  • redocusaurus ^1.4.0
  • rehype-katex 5
  • remark-math 3
  • url-loader ^4.1.1
  • @vercel/node ^2.6.2
libs/events/package.json
  • json-schema-static-docs ^0.24.1
  • yaml ^2.3.2
openapi/package.json
  • openapi-merge-cli ^1.3.1

  • Check this box to trigger a request for Renovate to run again on this repository

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): replace dependency @material-ui/core with @mui/material ^5.0.0
  • fix(deps): update github.com/formancehq/fctl/membershipclient digest to 5d4c919
  • fix(deps): update github.com/formancehq/stack/libs/go-libs digest to 6e66ce0
  • fix(deps): update github.com/numary/auth/authclient digest to 4d0d7cf
  • fix(deps): update k8s.io/utils digest to 3b25d92
  • chore(deps): update docker.redpanda.com/vectorized/console docker tag to v2.3.5
  • chore(deps): update docker.vectorized.io/vectorized/redpanda docker tag to v22.3.25
  • chore(deps): update ghcr.io/formancehq/auth docker tag to v0.4.4
  • chore(deps): update ghcr.io/formancehq/ledger docker tag to v1.10.14
  • chore(deps): update ghcr.io/formancehq/orchestration docker tag to v0.1.7
  • chore(deps): update ghcr.io/formancehq/wallets docker tag to v0.4.6
  • fix(deps): update dependency @mui/material to v5.14.15
  • fix(deps): update dependency react-numscript-codeblock to v0.2.4
  • fix(deps): update dependency yaml to v2.3.3
  • fix(deps): update module github.com/coreos/go-semver to v0.3.1
  • fix(deps): update module github.com/go-chi/chi/v5 to v5.0.10
  • fix(deps): update module github.com/go-chi/render to v1.0.3
  • fix(deps): update module github.com/grpc-ecosystem/go-grpc-middleware/v2 to v2.0.1
  • fix(deps): update module github.com/hashicorp/go-retryablehttp to v0.7.4
  • fix(deps): update module github.com/hashicorp/golang-lru/v2 to v2.0.7
  • fix(deps): update module github.com/imdario/mergo to v0.3.16
  • fix(deps): update module github.com/lib/pq to v1.10.9
  • fix(deps): update module github.com/masterminds/semver/v3 to v3.2.1
  • fix(deps): update module github.com/pterm/pterm to v0.12.69
  • fix(deps): update module github.com/sirupsen/logrus to v1.9.3
  • fix(deps): update module github.com/stretchr/testify to v1.8.4
  • fix(deps): update module github.com/threedotslabs/watermill-nats/v2 to v2.0.1
  • fix(deps): update module github.com/uptrace/bun to v1.1.16
  • fix(deps): update module github.com/uptrace/bun/dialect/pgdialect to v1.1.16
  • fix(deps): update module github.com/uptrace/bun/dialect/sqlitedialect to v1.1.16
  • fix(deps): update module github.com/uptrace/bun/driver/pgdriver to v1.1.16
  • fix(deps): update module github.com/uptrace/bun/driver/sqliteshim to v1.1.16
  • fix(deps): update module github.com/uptrace/bun/extra/bundebug to v1.1.16
  • fix(deps): update module github.com/uptrace/bun/extra/bunotel to v1.1.16
  • fix(deps): update module github.com/zitadel/oidc to v1.13.5
  • chore(deps): update alpine docker tag to v3.18
  • chore(deps): update ghcr.io/formancehq/operator docker tag to v0.18.0
  • chore(deps): update ghcr.io/formancehq/webhooks docker tag to v0.7.1
  • chore(deps): update module github.com/formancehq/oidc/v2 to v2.6.1
  • chore(deps): update nats docker tag to v2.10.4
  • chore(deps): update public.ecr.aws/docker/library/golang docker tag to v1.21
  • chore(deps): update temporalio/admin-tools docker tag to v1.22.1
  • fix(deps): update dependency axios to v1.6.0
  • fix(deps): update dependency json-schema-static-docs to ^0.25.0
  • fix(deps): update kubernetes packages to v0.28.3 (k8s.io/api, k8s.io/apimachinery, k8s.io/client-go)
  • fix(deps): update module github.com/caddyserver/caddy/v2 to v2.7.5
  • fix(deps): update module github.com/formancehq/operator to v0.6.1
  • fix(deps): update module github.com/formancehq/search to v0.5.2
  • fix(deps): update module github.com/go-logr/logr to v1.3.0
  • fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5
  • fix(deps): update module github.com/google/go-cmp to v0.6.0
  • fix(deps): update module github.com/google/uuid to v1.4.0
  • fix(deps): update module github.com/iancoleman/strcase to v0.3.0
  • fix(deps): update module github.com/jackc/pgx/v5 to v5.4.3
  • fix(deps): update module github.com/nats-io/nats.go to v1.31.0
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
  • fix(deps): update module github.com/onsi/gomega to v1.29.0
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.10.0
  • fix(deps): update module github.com/pressly/goose/v3 to v3.15.1
  • fix(deps): update module github.com/rs/cors to v1.10.1
  • fix(deps): update module github.com/shopify/sarama to v1.41.3
  • fix(deps): update module github.com/spf13/afero to v1.10.0
  • fix(deps): update module github.com/spf13/cobra to v1.7.0
  • fix(deps): update module github.com/spf13/viper to v1.17.0
  • fix(deps): update module github.com/threedotslabs/watermill to v1.3.5
  • fix(deps): update module github.com/threedotslabs/watermill-kafka/v2 to v2.5.0
  • fix(deps): update module github.com/tidwall/gjson to v1.17.0
  • fix(deps): update module github.com/uptrace/opentelemetry-go-extra/otellogrus to v0.2.3
  • fix(deps): update module github.com/zitadel/logging to v0.5.0
  • fix(deps): update module github.com/zitadel/oidc/v2 to v2.11.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/host to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.20.0
  • fix(deps): update module go.temporal.io/api to v1.25.0
  • fix(deps): update module go.temporal.io/sdk to v1.25.1
  • fix(deps): update module go.temporal.io/sdk/contrib/opentelemetry to v0.3.0
  • fix(deps): update module go.uber.org/dig to v1.17.1
  • fix(deps): update module go.uber.org/fx to v1.20.1
  • fix(deps): update module go.uber.org/zap to v1.26.0
  • fix(deps): update module golang.org/x/mod to v0.13.0
  • fix(deps): update module golang.org/x/oauth2 to v0.13.0
  • fix(deps): update module golang.org/x/sync to v0.4.0
  • fix(deps): update module golang.org/x/text to v0.13.0
  • fix(deps): update module google.golang.org/grpc to v1.59.0
  • fix(deps): update module google.golang.org/protobuf to v1.31.0
  • fix(deps): update module gopkg.in/segmentio/analytics-go.v3 to v3.2.1
  • fix(deps): update module gorm.io/driver/postgres to v1.5.4
  • fix(deps): update module gorm.io/gorm to v1.25.5
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @vercel/node to v3
  • chore(deps): update docker.vectorized.io/vectorized/redpanda docker tag to v23
  • chore(deps): update docker/build-push-action action to v5
  • chore(deps): update docker/login-action action to v3
  • chore(deps): update docker/setup-buildx-action action to v3
  • chore(deps): update node.js to v21
  • chore(deps): update postgres docker tag to v16
  • chore(deps): update stefanzweifel/git-auto-commit-action action to v5
  • fix(deps): update dependency @mdx-js/react to v3
  • fix(deps): update dependency @svgr/webpack to v8
  • fix(deps): update dependency clsx to v2
  • fix(deps): update dependency hast-util-is-element to v3
  • fix(deps): update dependency prism-react-renderer to v2
  • fix(deps): update dependency rehype-katex to v7
  • fix(deps): update dependency remark-math to v6
  • fix(deps): update module github.com/bombsimon/logrusr/v3 to v4
  • fix(deps): update module github.com/formancehq/formance-sdk-go to v1.0.202307124
  • fix(deps): update module github.com/imdario/mergo to v1
  • fix(deps): update module github.com/lestrrat-go/jwx to v2
  • fix(deps): update module github.com/opensearch-project/opensearch-go to v2
  • fix(deps): update module github.com/stripe/stripe-go/v72 to v76
  • fix(deps): update module github.com/threedotslabs/watermill-http to v2
  • fix(deps): update module github.com/zitadel/oidc to v3
  • fix(deps): update module github.com/zitadel/oidc/v2 to v3
  • fix(deps): update module go.opentelemetry.io/otel/sdk/metric to v1
  • fix(deps): update react monorepo to v18 (major) (react, react-dom)
  • 🔐 Create all rate-limited PRs at once 🔐

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • chore(deps): update golang docker tag
  • chore(deps): update jeffail/benthos docker tag
  • fix(deps): update opentelemetry-go monorepo (go.opentelemetry.io/otel, go.opentelemetry.io/otel/exporters/jaeger, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlptrace, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/stdout/stdoutmetric, go.opentelemetry.io/otel/exporters/stdout/stdouttrace, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/sdk, go.opentelemetry.io/otel/sdk/metric, go.opentelemetry.io/otel/trace)

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
components/auth/docker-compose.yml
components/ledger/docker-compose.release.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/ledger v1.10.4
components/ledger/docker-compose.yml
  • postgres 15-alpine
  • golang 1.19-alpine
components/orchestration/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • temporalio/admin-tools 1.17.5
  • golang 1.19-alpine
components/payments/docker-compose.yml
  • postgres 14-alpine
  • golang 1.19.3-alpine3.16
components/search/docker-compose.yml
  • opensearchproject/opensearch 2.11.0
  • jeffail/benthos 4.11
  • golang 1.19-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
components/wallets/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • golang 1.19-alpine
components/webhooks/docker-compose.yml
  • postgres 13-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.redpanda.com/vectorized/console v2.3.4
docker-compose.yml
  • nats 2.8.4-alpine
  • postgres 13-alpine
  • opensearchproject/opensearch 2.11.0
  • opensearchproject/opensearch-dashboards 2.11.0
dockerfile
Dockerfile
  • ghcr.io/formancehq/gateway v0.1.7
  • ghcr.io/formancehq/ledger v1.10.3
  • ghcr.io/formancehq/payments v0.9.7
  • ghcr.io/formancehq/orchestration v0.1.5
  • ghcr.io/formancehq/auth v0.4.3
  • ghcr.io/formancehq/search v0.8.0
  • ghcr.io/formancehq/wallets v0.4.3
  • ghcr.io/formancehq/webhooks v0.6.6
  • ghcr.io/formancehq/control v1.7.0
  • jeffail/benthos 4.12.1
  • golang 1.20
  • node 18
base.Dockerfile
  • ubuntu 22.04
components/agent/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/agent/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/auth/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/dex.Dockerfile
  • ghcr.io/dexidp/dex v2.37.0
components/auth/reflex.Dockerfile
  • golang 1.19-alpine
components/fctl/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/fctl/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/gateway/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/gateway/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/ledger/Dockerfile
  • golang 1.20-alpine3.16
  • alpine 3.16
components/ledger/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/Dockerfile
  • golang 1.20-alpine
components/operator/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/garden/garden.Dockerfile
  • golang 1.19-alpine
  • golang 1.19-alpine
components/orchestration/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/orchestration/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/orchestration/reflex.Dockerfile
  • golang 1.19-alpine
components/orchestration/temporalite.Dockerfile
  • public.ecr.aws/docker/library/golang 1.19
components/payments/Dockerfile
  • golang 1.20-bullseye
components/payments/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/search/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/search/benthos.Dockerfile
  • jeffail/benthos 4.10
components/search/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/stargate/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/stargate/build.Dockerfile
  • ubuntu jammy
components/wallets/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/wallets/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/webhooks/Dockerfile
  • golang 1.20
  • golang 1.19-alpine
  • ubuntu 22.04
components/webhooks/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
openapi/Dockerfile
  • node 19-alpine
github-actions
.github/actions/env/action.yml
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
.github/workflows/cron.yml
  • actions/checkout v4
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/build-push-action v4
.github/workflows/labeler.yml
  • actions/labeler v4
  • aslafy-z/conventional-pr-title-action v3.1.1
.github/workflows/main.yml
  • actions/checkout v4
  • moonrepo/run-report-action v1
  • actions/checkout v4
  • moonrepo/run-report-action v1
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v3
  • actions/checkout v4
.github/workflows/sdk-release.yml
  • actions/checkout v4
  • stefanzweifel/git-auto-commit-action v4
gomod
components/agent/go.mod
  • go 1.20
  • github.com/formancehq/operator v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/uuid v1.3.0
  • github.com/joho/godotenv v1.5.1
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/oidc/v2 v2.0.0-00010101000000-000000000000@000000000000
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.uber.org/fx v1.19.3
  • golang.org/x/oauth2 v0.8.0
  • google.golang.org/grpc v1.56.3
  • google.golang.org/protobuf v1.30.0
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • github.com/formancehq/oidc/v2 v2.0.0-20230524073911-09bdd1dca291@09bdd1dca291
components/auth/authclient/go.mod
  • go 1.18
components/auth/go.mod
  • go 1.20
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/oauth2-proxy/mockoidc v0.0.0-20220308204021-b9169deeb282@b9169deeb282
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/logging v0.3.4
  • github.com/zitadel/oidc/v2 v2.6.0
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/text v0.9.0
  • gopkg.in/square/go-jose.v2 v2.6.0
  • gorm.io/driver/postgres v1.4.8
  • gorm.io/gorm v1.24.5
components/fctl/go.mod
  • go 1.20
  • github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2@8a50f05110d2
  • github.com/athul/shelby v1.0.6
  • github.com/c-bata/go-prompt v0.2.6
  • github.com/formancehq/fctl/membershipclient v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/formance-sdk-go v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/iancoleman/strcase v0.2.0
  • github.com/mattn/go-shellwords v1.0.12
  • github.com/pkg/errors v0.9.1
  • github.com/pterm/pterm v0.12.62
  • github.com/segmentio/analytics-go/v3 v3.2.1
  • github.com/segmentio/ksuid v1.0.4
  • github.com/spf13/cobra v1.6.1
  • github.com/zitadel/oidc/v2 v2.6.4
  • golang.org/x/oauth2 v0.9.0
  • gopkg.in/yaml.v3 v3.0.1
components/fctl/membershipclient/go.mod
  • go 1.18
  • golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558@22b0adad7558
components/gateway/go.mod
  • go 1.19
  • github.com/caddyserver/caddy/v2 v2.6.4
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/zitadel/oidc v1.13.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/sync v0.1.0
components/ledger/go.mod
  • go 1.20
  • github.com/Masterminds/semver/v3 v3.2.0
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
  • github.com/bluele/gcache v0.0.2
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230517212829-71aaaacfd130@71aaaacfd130
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pborman/uuid v1.2.1
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.2
  • go.uber.org/mock v0.3.0
  • gopkg.in/segmentio/analytics-go.v3 v3.1.0
components/ledger/libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/operator/go.mod
  • go 1.20
  • github.com/formancehq/search v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/iancoleman/strcase v0.2.0
  • github.com/nats-io/nats.go v1.24.0
  • github.com/numary/auth/authclient v0.0.0-20220811153653-6335dd9658f2@6335dd9658f2
  • github.com/onsi/ginkgo/v2 v2.6.0
  • github.com/onsi/gomega v1.24.1
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • golang.org/x/mod v0.8.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.26.1
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5@a5ecb0141aa5
  • sigs.k8s.io/controller-runtime v0.14.4
  • github.com/go-logr/logr v1.2.4
  • github.com/lib/pq v1.10.7
components/orchestration/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-playground/validator/v10 v10.11.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/pressly/goose/v3 v3.9.0
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/dialect/sqlitedialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/driver/sqliteshim v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.temporal.io/api v1.18.1
  • go.temporal.io/sdk v1.21.1
  • go.temporal.io/sdk/contrib/opentelemetry v0.2.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/mod v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • gopkg.in/yaml.v3 v3.0.1
components/payments/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gibson042/canonicaljson-go v1.0.3
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/hashicorp/golang-lru/v2 v2.0.4
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/pkg/errors v0.9.1
  • github.com/rs/cors v1.8.3
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/afero v1.9.3
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/stripe/stripe-go/v72 v72.122.0
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/dig v1.16.1
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
components/search/go.mod
  • go 1.20
  • github.com/aquasecurity/esquery v0.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gorilla/handlers v1.5.1
  • github.com/gorilla/mux v1.8.0
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/tidwall/gjson v1.14.4
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/stargate/go.mod
  • go 1.20
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/gogo/status v1.1.1
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/lestrrat-go/jwx v1.2.26
  • github.com/nats-io/nats-server v1.4.1
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.4
  • github.com/zitadel/oidc v1.13.4
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/net v0.10.0
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/sync v0.1.0
  • google.golang.org/grpc v1.56.3
  • google.golang.org/protobuf v1.30.0
components/wallets/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1.0.20230213140938-3b8735cf0168
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230222164357-55840b21a337@55840b21a337
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/render v1.0.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • go.uber.org/fx v1.19.2
  • golang.org/x/oauth2 v0.6.0
components/webhooks/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.uber.org/fx v1.19.2
go.mod
  • go 1.20
  • github.com/pkg/errors v0.9.1
  • github.com/xeipuuv/gojsonschema v1.2.0
  • golang.org/x/mod v0.12.0
  • gopkg.in/yaml.v3 v3.0.1
libs/go-libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
helm-values
components/agent/helm/values.yaml
  • ghcr.io/formancehq/agent v0.6.0
components/operator/helm/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helm/regions/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helmv3
helm/regions/Chart.yaml
npm
docs/package.json
  • @docusaurus/core ^2.4.1
  • @docusaurus/plugin-client-redirects ^2.4.1
  • @docusaurus/plugin-content-docs ^2.4.1
  • @docusaurus/plugin-content-pages ^2.4.1
  • @docusaurus/plugin-sitemap ^2.4.1
  • @docusaurus/preset-classic ^2.4.1
  • @docusaurus/theme-common ^2.4.1
  • @docusaurus/theme-search-algolia ^2.4.1
  • @emotion/react ^11.10.5
  • @emotion/styled ^11.10.5
  • @material-ui/core ^4.12.4
  • @mdx-js/react ^1.6.21
  • @mui/material ^5.10.13
  • @svgr/webpack ^6.5.1
  • axios ^1.1.3
  • clsx ^1.2.1
  • codemirror-lang-numscript ^0.4.0
  • file-loader ^6.2.0
  • graphviz-react ^1.2.5
  • hast-util-is-element 1.1.0
  • posthog-docusaurus ^2.0.0
  • prism-react-renderer ^1.3.5
  • react ^17.0.1
  • react-dom ^17.0.1
  • react-numscript-codeblock 0.2.3
  • redocusaurus ^1.4.0
  • rehype-katex 5
  • remark-math 3
  • url-loader ^4.1.1
  • @vercel/node ^2.6.2
libs/events/package.json
  • json-schema-static-docs ^0.24.1
  • yaml ^2.3.2
openapi/package.json
  • openapi-merge-cli ^1.3.1

review(ledger): unexpected panic when allotment sum is not 1 in source

How to reproduce:

Define an allotment in a source whose the sum is not equal to 100%

e.g.

send [COIN 100] (
  source = {
    1/2 from @world
  }
  destination = @dest

Expected result

An error explaining program is not valid (+ LSP diagnostic)

Actual result

A server 500 error

Cause and solution

The error is caused by a runtime error in the bytecode execution. The bytecode shouldn't have been executed in the first place, as compilation should fail. Instead, it doesn't due to a missing error bubbling

Login loop on demo user

After following the instructions for local setup and logging in with:

User:     [email protected]
Password: demo

After around ~1 min, the UI will go back to the login page. I opened the developer tools, and seems like it is due to the /refresh call failing:

Screen Shot 2023-04-20 at 6 07 16 PM

[NUM-1507] `docker-compose up` errors

First error:

ERROR: The Compose file './docker-compose.yml' is invalid because:
services.auth.environment.DEBUG contains true, which is an invalid type, it should be a string, number, or a null

I re-rewrite the line DEBUG: true -> DEBUG: "true" and now get the following error:

Traceback (most recent call last):
  File "urllib3/connectionpool.py", line 670, in urlopen
  File "urllib3/connectionpool.py", line 392, in _make_request
  File "http/client.py", line 1255, in request
  File "http/client.py", line 1301, in _send_request
  File "http/client.py", line 1250, in endheaders
  File "http/client.py", line 1010, in _send_output
  File "http/client.py", line 950, in send
  File "docker/transport/unixconn.py", line 43, in connect
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

NUM-1507

How to avoid applying the same payment twice

Hi, this project looks awesome!

I couldn't find a method in the documentation to prevent the same transaction from being applied twice. Here's the use case:

I use an external payment gateway, and payments are received via a webhook. For various reasons, my endpoint might be called twice by the gateway for the same transaction.

Is there a way to assign a unique identifier in the performance ledger so that a duplicate transaction would fail with a descriptive error?

Understanding how double entry works

Hi all,

I was going through the documentation in the website and read that the formance ledger is a double entry ledger, but form what I saw here double entry means that we have a source and a destination where money moves, but in accounting terms double entry is not just about moving money from a source to a destination rather it is about ensuring that the accounting principles remain solid that is assets = equity + liability for example if we charge customer money then we need to add this money to our cash account and also recognize this as profit, lets take a sample sale of 100$

Sample Entries
Upon Sale:
Debit Cash Account: $100 (increasing assets)
Credit Revenue Account: $100 (increasing equity through increased revenue)

Upon Recognizing Cost of Goods Sold:
Debit COGS Account: $60 (increasing expense, which decreases equity)
Credit Inventory Account: $60 (decreasing assets, assuming the product was previously inventoried)

In those terms we are not simply moving money from one account to another but trying to model this operation

  1. Move money from @world to cash
  2. Move money from @world to revenue

And then
1- Move money from inventory to expense

What I am trying to say is we are not always moving money from one account to another but in some cases we increase both accounts, is there a clean way to achieve this

breaking changes in garden v0.13.3

While trying to deploy the formance-operator using garden deploy the following error messages occur:

# new garden version needs backwards compatibility or update config files accordingly 
"apiVersion" is missing in the Project config. Assuming "garden.io/v0" for backwards compatibility with 0.12. 
The "apiVersion"-field is mandatory when using the new action Kind-configs. 
A detailed migration guide is available at https://docs.garden.io/tutorials/migrating-to-bonsai

# providers needs to be removed from environments
Error validating environment default: key "providers" is not allowed at path [providers]. 
Available keys: name, defaultNamespace, production, varfile, variables)

Improve naming of cluster-wide k8s resources

The operator helm chart currently installs cluster-wide resources with names like:

  • manager-role
  • metrics-reader
  • proxy-role
  • manager-rolebinding
  • mutating-webhook-configuration

These names are problematic because they are not namespaced and can easily class with roles and other resources defined by the cluster admin.

A common convention to avoid this issue is to prefix cluster wide resource names with a formance- prefix.

[NUM-1799] [Modulr Connector] Paging not implemented

We have a large Modulr implementation (1000s of accounts, 1000s of transactions per day) and are looking to use the Modulr connector.

It appears that the get beneficiaries, get accounts and get transactions calls by the connector use the default page size of 20 and do not iterate through the other pages.

This means that only the first 20 beneficiaries, the first 20 accounts and the most recent 20 transactions per account are getting imported into Formance.

NUM-1799

Tutorial doc for building new payment connector might be outdated

I was trying to build a new custom connector by following this md, however, I found several issues with this tutorial doc which blocked my progress. They also gave me the impression that this doc is outdated and maybe incomplete. Here's a list of the main issues that I found:

  • Couldn't find this HTTPModule in cmd/root.go and couldn't find this block anywhere in this repo:
cdi.ConnectorModule[stripe.Config, stripe.TaskDescriptor](
    viper.GetBool(authBearerUseScopesFlag),
    stripe.NewLoader(),
),

However, I found HTTPModule inside cmd/connectors/internal/api/module.go and found the following line in it:

addConnector[stripe.Config](stripe.NewLoader()),

So, I added addConnector[example.Config](example.Loader), too.
I also found that connectorConfigsHandler() in cmd/connectors/internal/api/connectorconfigs.go has stripe.Config{}, in it so I add example.Config{}, to.

  • For connectorConfigsHandler() to accept the changes, Config struct must implement configtemplate.TemplateBuilder interface. And for this to happen, the following must be added for Config struct:
func (c Config) ConnectorName() string {
	return name.String()
}

func (c Config) Marshal() ([]byte, error) {
	return json.Marshal(c)
}

func (c Config) BuildTemplate() (string, configtemplate.Config) {
	cfg := configtemplate.NewConfig()

	cfg.AddParameter("name", configtemplate.TypeString, name.String(), false)

	return name.String(), cfg
}
  • The following logs are not accurate:
payments-payments-1  | time="2022-07-01T09:12:21Z" level=info msg="Restoring state" component=connector-manager provider=example
payments-payments-1  | time="2022-07-01T09:12:21Z" level=info msg="Not installed, skip" component=connector-manager provider=example

The logs I found were similar to this:

payments-connectors-1  | time="2024-04-07T03:55:31Z" level=info msg="Restoring state for all connectors" component=connector-manager provider=example
  • After following the tutorial and adding the changes above and running docker compose up, I found that:
    • Running curl http://localhost:8080/connectors/stripe -X POST returns Bad Gateway.
    • Running curl http://localhost:8080/api/payments/connectors/stripe -X POST succeeded.
    • Running curl http://localhost:8080/api/payments/connectors/example -X POST returned {"errorCode":"INTERNAL","errorMessage":"installing connector: install connector: pq: invalid input value for enum connector_provider: \"example\"".

[Wallet] Error on get wallet detailed balance

I'm trying to make a call to get the detailed balance of a wallet (/api/wallets/wallets/{id}/balances/{balanceName}), but I receive the following error message.

{ "errorCode": "INTERNAL_ERROR", "errorMessage": "json: cannot unmarshal number 143431480502299992000000 into Go struct field AccountWithVolumesAndBalances.data.volumes of type int64" }

[NUM-1795] Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): replace dependency @material-ui/core with @mui/material ^5.0.0
  • fix(deps): update github.com/formancehq/fctl/membershipclient digest to 5d4c919
  • fix(deps): update github.com/numary/auth/authclient digest to 4d0d7cf
  • fix(deps): update k8s.io/utils digest to 3b25d92
  • chore(deps): update public.ecr.aws/docker/library/golang docker tag to v1.21
  • chore(deps): update temporalio/admin-tools docker tag to v1.22.1
  • fix(deps): update dependency json-schema-static-docs to ^0.25.0
  • fix(deps): update kubernetes packages to v0.28.3 (k8s.io/api, k8s.io/apimachinery, k8s.io/client-go)
  • fix(deps): update module github.com/caddyserver/caddy/v2 to v2.7.5
  • fix(deps): update module github.com/formancehq/operator to v0.6.1
  • fix(deps): update module github.com/formancehq/search to v0.5.2
  • fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5
  • fix(deps): update module github.com/google/go-cmp to v0.6.0
  • fix(deps): update module github.com/iancoleman/strcase to v0.3.0
  • fix(deps): update module github.com/jackc/pgx/v5 to v5.4.3
  • fix(deps): update module github.com/nats-io/nats.go to v1.31.0
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
  • fix(deps): update module github.com/onsi/gomega to v1.29.0
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.10.0
  • fix(deps): update module github.com/pressly/goose/v3 to v3.15.1
  • fix(deps): update module github.com/rs/cors to v1.10.1
  • fix(deps): update module github.com/shopify/sarama to v1.41.3
  • fix(deps): update module github.com/spf13/afero to v1.10.0
  • fix(deps): update module github.com/spf13/cobra to v1.7.0
  • fix(deps): update module github.com/spf13/viper to v1.17.0
  • fix(deps): update module github.com/threedotslabs/watermill to v1.3.5
  • fix(deps): update module github.com/threedotslabs/watermill-kafka/v2 to v2.5.0
  • fix(deps): update module github.com/tidwall/gjson to v1.17.0
  • fix(deps): update module github.com/uptrace/opentelemetry-go-extra/otellogrus to v0.2.3
  • fix(deps): update module github.com/zitadel/logging to v0.5.0
  • fix(deps): update module github.com/zitadel/oidc/v2 to v2.11.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/host to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.20.0
  • fix(deps): update module go.temporal.io/api to v1.24.0
  • fix(deps): update module go.temporal.io/sdk to v1.25.1
  • fix(deps): update module go.temporal.io/sdk/contrib/opentelemetry to v0.3.0
  • fix(deps): update module go.uber.org/dig to v1.17.1
  • fix(deps): update module go.uber.org/fx to v1.20.1
  • fix(deps): update module go.uber.org/zap to v1.26.0
  • fix(deps): update module golang.org/x/mod to v0.13.0
  • fix(deps): update module golang.org/x/oauth2 to v0.13.0
  • fix(deps): update module golang.org/x/sync to v0.4.0
  • fix(deps): update module golang.org/x/text to v0.13.0
  • fix(deps): update module google.golang.org/protobuf to v1.31.0
  • fix(deps): update module gopkg.in/segmentio/analytics-go.v3 to v3.2.1
  • fix(deps): update module gorm.io/driver/postgres to v1.5.4
  • fix(deps): update module gorm.io/gorm to v1.25.5
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3
  • fix(deps): update opentelemetry-go monorepo (go.opentelemetry.io/otel, go.opentelemetry.io/otel/exporters/jaeger, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlptrace, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/stdout/stdoutmetric, go.opentelemetry.io/otel/exporters/stdout/stdouttrace, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/sdk, go.opentelemetry.io/otel/sdk/metric, go.opentelemetry.io/otel/trace)
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @vercel/node to v3
  • chore(deps): update docker.vectorized.io/vectorized/redpanda docker tag to v23
  • chore(deps): update docker/build-push-action action to v5
  • chore(deps): update docker/login-action action to v3
  • chore(deps): update docker/setup-buildx-action action to v3
  • chore(deps): update node.js to v21
  • chore(deps): update postgres docker tag to v16
  • chore(deps): update stefanzweifel/git-auto-commit-action action to v5
  • fix(deps): update dependency @mdx-js/react to v3
  • fix(deps): update dependency @svgr/webpack to v8
  • fix(deps): update dependency clsx to v2
  • fix(deps): update dependency hast-util-is-element to v3
  • fix(deps): update dependency prism-react-renderer to v2
  • fix(deps): update dependency rehype-katex to v7
  • fix(deps): update dependency remark-math to v6
  • fix(deps): update module github.com/bombsimon/logrusr/v3 to v4
  • fix(deps): update module github.com/formancehq/formance-sdk-go to v1
  • fix(deps): update module github.com/imdario/mergo to v1
  • fix(deps): update module github.com/lestrrat-go/jwx to v2
  • fix(deps): update module github.com/opensearch-project/opensearch-go to v2
  • fix(deps): update module github.com/stripe/stripe-go/v72 to v76
  • fix(deps): update module github.com/threedotslabs/watermill-http to v2
  • fix(deps): update module github.com/zitadel/oidc to v3
  • fix(deps): update module github.com/zitadel/oidc/v2 to v3
  • fix(deps): update module go.opentelemetry.io/otel/sdk/metric to v1
  • fix(deps): update react monorepo to v18 (major) (react, react-dom)
  • 🔐 Create all rate-limited PRs at once 🔐

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • fix(deps): update module github.com/nats-io/nats-server/v2 to v2.9.23 [security]
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux to v0.44.0 [security]
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.44.0 [security]
  • fix(deps): update module golang.org/x/net to v0.17.0 [security]
  • fix(deps): update module google.golang.org/grpc to v1.56.3 [security]
  • fix(deps): update github.com/formancehq/stack/libs/go-libs digest to d94135d
  • fix(deps): update all patch dependencies (@mui/material, axios, docker.redpanda.com/vectorized/console, ghcr.io/formancehq/auth, ghcr.io/formancehq/ledger, ghcr.io/formancehq/operator, ghcr.io/formancehq/orchestration, ghcr.io/formancehq/wallets, github.com/Masterminds/semver/v3, github.com/ThreeDotsLabs/watermill-nats/v2, github.com/coreos/go-semver, github.com/formancehq/formance-sdk-go, github.com/go-chi/chi/v5, github.com/go-chi/render, github.com/google/uuid, github.com/grpc-ecosystem/go-grpc-middleware/v2, github.com/hashicorp/go-retryablehttp, github.com/hashicorp/golang-lru/v2, github.com/imdario/mergo, github.com/lib/pq, github.com/pterm/pterm, github.com/sirupsen/logrus, github.com/stretchr/testify, github.com/uptrace/bun, github.com/uptrace/bun/dialect/pgdialect, github.com/uptrace/bun/dialect/sqlitedialect, github.com/uptrace/bun/driver/pgdriver, github.com/uptrace/bun/driver/sqliteshim, github.com/uptrace/bun/extra/bundebug, github.com/uptrace/bun/extra/bunotel, github.com/zitadel/oidc, react-numscript-codeblock, yaml)
  • chore(deps): update alpine docker tag to v3.18
  • chore(deps): update ghcr.io/formancehq/webhooks docker tag to v0.7.1
  • chore(deps): update golang docker tag
  • chore(deps): update jeffail/benthos docker tag
  • chore(deps): update module github.com/formancehq/oidc/v2 to v2.6.1
  • chore(deps): update nats docker tag to v2.10.3
  • chore(deps): update opensearchproject/opensearch docker tag to v2.11.0
  • chore(deps): update opensearchproject/opensearch-dashboards docker tag to v2.11.0

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

docker-compose
components/auth/docker-compose.yml
components/ledger/docker-compose.release.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/ledger v1.10.4
components/ledger/docker-compose.yml
  • postgres 15-alpine
  • golang 1.19-alpine
components/orchestration/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • temporalio/admin-tools 1.17.5
  • golang 1.19-alpine
components/payments/docker-compose.yml
  • postgres 14-alpine
  • golang 1.19.3-alpine3.16
components/search/docker-compose.yml
  • opensearchproject/opensearch 2.4.0
  • jeffail/benthos 4.11
  • golang 1.19-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
components/wallets/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • golang 1.19-alpine
components/webhooks/docker-compose.yml
  • postgres 13-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.redpanda.com/vectorized/console v2.3.4
docker-compose.yml
  • nats 2.8.4-alpine
  • postgres 13-alpine
  • opensearchproject/opensearch 2.2.1
  • opensearchproject/opensearch-dashboards 2.2.1
dockerfile
Dockerfile
  • ghcr.io/formancehq/gateway v0.1.7
  • ghcr.io/formancehq/ledger v1.10.3
  • ghcr.io/formancehq/payments v0.9.7
  • ghcr.io/formancehq/orchestration v0.1.5
  • ghcr.io/formancehq/auth v0.4.3
  • ghcr.io/formancehq/search v0.8.0
  • ghcr.io/formancehq/wallets v0.4.3
  • ghcr.io/formancehq/webhooks v0.6.6
  • ghcr.io/formancehq/control v1.7.0
  • jeffail/benthos 4.12.1
  • golang 1.20
  • node 18
base.Dockerfile
  • ubuntu 22.04
components/agent/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/agent/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/auth/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/dex.Dockerfile
  • ghcr.io/dexidp/dex v2.37.0
components/auth/reflex.Dockerfile
  • golang 1.19-alpine
components/fctl/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/fctl/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/gateway/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/gateway/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/ledger/Dockerfile
  • golang 1.20-alpine3.16
  • alpine 3.16
components/ledger/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/Dockerfile
  • golang 1.20-alpine
components/operator/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/garden/garden.Dockerfile
  • golang 1.19-alpine
  • golang 1.19-alpine
components/orchestration/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/orchestration/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/orchestration/reflex.Dockerfile
  • golang 1.19-alpine
components/orchestration/temporalite.Dockerfile
  • public.ecr.aws/docker/library/golang 1.19
components/payments/Dockerfile
  • golang 1.20-bullseye
components/payments/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/search/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/search/benthos.Dockerfile
  • jeffail/benthos 4.10
components/search/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/stargate/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/stargate/build.Dockerfile
  • ubuntu jammy
components/wallets/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/wallets/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/webhooks/Dockerfile
  • golang 1.20
  • golang 1.19-alpine
  • ubuntu 22.04
components/webhooks/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
openapi/Dockerfile
  • node 19-alpine
github-actions
.github/actions/env/action.yml
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
.github/workflows/cron.yml
  • actions/checkout v4
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/build-push-action v4
.github/workflows/labeler.yml
  • actions/labeler v4
  • aslafy-z/conventional-pr-title-action v3.1.1
.github/workflows/main.yml
  • actions/checkout v4
  • moonrepo/run-report-action v1
  • actions/checkout v4
  • moonrepo/run-report-action v1
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v3
  • actions/checkout v4
.github/workflows/sdk-release.yml
  • actions/checkout v4
  • stefanzweifel/git-auto-commit-action v4
gomod
components/agent/go.mod
  • go 1.20
  • github.com/formancehq/operator v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/uuid v1.3.0
  • github.com/joho/godotenv v1.5.1
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/oidc/v2 v2.0.0-00010101000000-000000000000@000000000000
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.uber.org/fx v1.19.3
  • golang.org/x/oauth2 v0.8.0
  • google.golang.org/grpc v1.55.0
  • google.golang.org/protobuf v1.30.0
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • github.com/formancehq/oidc/v2 v2.0.0-20230524073911-09bdd1dca291@09bdd1dca291
components/auth/authclient/go.mod
  • go 1.18
components/auth/go.mod
  • go 1.20
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/oauth2-proxy/mockoidc v0.0.0-20220308204021-b9169deeb282@b9169deeb282
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/logging v0.3.4
  • github.com/zitadel/oidc/v2 v2.6.0
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/text v0.9.0
  • gopkg.in/square/go-jose.v2 v2.6.0
  • gorm.io/driver/postgres v1.4.8
  • gorm.io/gorm v1.24.5
components/fctl/go.mod
  • go 1.20
  • github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2@8a50f05110d2
  • github.com/athul/shelby v1.0.6
  • github.com/c-bata/go-prompt v0.2.6
  • github.com/formancehq/fctl/membershipclient v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/formance-sdk-go v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/iancoleman/strcase v0.2.0
  • github.com/mattn/go-shellwords v1.0.12
  • github.com/pkg/errors v0.9.1
  • github.com/pterm/pterm v0.12.62
  • github.com/segmentio/analytics-go/v3 v3.2.1
  • github.com/segmentio/ksuid v1.0.4
  • github.com/spf13/cobra v1.6.1
  • github.com/zitadel/oidc/v2 v2.6.4
  • golang.org/x/oauth2 v0.9.0
  • gopkg.in/yaml.v3 v3.0.1
components/fctl/membershipclient/go.mod
  • go 1.18
  • golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558@22b0adad7558
components/gateway/go.mod
  • go 1.19
  • github.com/caddyserver/caddy/v2 v2.6.4
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/zitadel/oidc v1.13.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/sync v0.1.0
components/ledger/go.mod
  • go 1.20
  • github.com/Masterminds/semver/v3 v3.2.0
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
  • github.com/bluele/gcache v0.0.2
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230517212829-71aaaacfd130@71aaaacfd130
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pborman/uuid v1.2.1
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.2
  • go.uber.org/mock v0.3.0
  • gopkg.in/segmentio/analytics-go.v3 v3.1.0
components/ledger/libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/operator/go.mod
  • go 1.20
  • github.com/formancehq/search v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/iancoleman/strcase v0.2.0
  • github.com/nats-io/nats.go v1.24.0
  • github.com/numary/auth/authclient v0.0.0-20220811153653-6335dd9658f2@6335dd9658f2
  • github.com/onsi/ginkgo/v2 v2.6.0
  • github.com/onsi/gomega v1.24.1
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • golang.org/x/mod v0.8.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.26.1
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5@a5ecb0141aa5
  • sigs.k8s.io/controller-runtime v0.14.4
  • github.com/go-logr/logr v1.2.4
  • github.com/lib/pq v1.10.7
components/orchestration/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-playground/validator/v10 v10.11.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/pressly/goose/v3 v3.9.0
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/dialect/sqlitedialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/driver/sqliteshim v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.temporal.io/api v1.18.1
  • go.temporal.io/sdk v1.21.1
  • go.temporal.io/sdk/contrib/opentelemetry v0.2.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/mod v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • gopkg.in/yaml.v3 v3.0.1
components/payments/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gibson042/canonicaljson-go v1.0.3
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/hashicorp/golang-lru/v2 v2.0.4
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/pkg/errors v0.9.1
  • github.com/rs/cors v1.8.3
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/afero v1.9.3
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/stripe/stripe-go/v72 v72.122.0
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/dig v1.16.1
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
components/search/go.mod
  • go 1.20
  • github.com/aquasecurity/esquery v0.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gorilla/handlers v1.5.1
  • github.com/gorilla/mux v1.8.0
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/tidwall/gjson v1.14.4
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/stargate/go.mod
  • go 1.20
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/gogo/status v1.1.1
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/lestrrat-go/jwx v1.2.26
  • github.com/nats-io/nats-server v1.4.1
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.4
  • github.com/zitadel/oidc v1.13.4
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/net v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
  • google.golang.org/grpc v1.55.0
  • google.golang.org/protobuf v1.30.0
components/wallets/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1.0.20230213140938-3b8735cf0168
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230222164357-55840b21a337@55840b21a337
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/render v1.0.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • go.uber.org/fx v1.19.2
  • golang.org/x/oauth2 v0.6.0
components/webhooks/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.uber.org/fx v1.19.2
go.mod
  • go 1.20
  • github.com/pkg/errors v0.9.1
  • github.com/xeipuuv/gojsonschema v1.2.0
  • golang.org/x/mod v0.12.0
  • gopkg.in/yaml.v3 v3.0.1
libs/go-libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
helm-values
components/agent/helm/values.yaml
  • ghcr.io/formancehq/agent v0.6.0
components/operator/helm/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helm/regions/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helmv3
helm/regions/Chart.yaml
npm
docs/package.json
  • @docusaurus/core ^2.4.1
  • @docusaurus/plugin-client-redirects ^2.4.1
  • @docusaurus/plugin-content-docs ^2.4.1
  • @docusaurus/plugin-content-pages ^2.4.1
  • @docusaurus/plugin-sitemap ^2.4.1
  • @docusaurus/preset-classic ^2.4.1
  • @docusaurus/theme-common ^2.4.1
  • @docusaurus/theme-search-algolia ^2.4.1
  • @emotion/react ^11.10.5
  • @emotion/styled ^11.10.5
  • @material-ui/core ^4.12.4
  • @mdx-js/react ^1.6.21
  • @mui/material ^5.10.13
  • @svgr/webpack ^6.5.1
  • axios ^1.1.3
  • clsx ^1.2.1
  • codemirror-lang-numscript ^0.4.0
  • file-loader ^6.2.0
  • graphviz-react ^1.2.5
  • hast-util-is-element 1.1.0
  • posthog-docusaurus ^2.0.0
  • prism-react-renderer ^1.3.5
  • react ^17.0.1
  • react-dom ^17.0.1
  • react-numscript-codeblock 0.2.3
  • redocusaurus ^1.4.0
  • rehype-katex 5
  • remark-math 3
  • url-loader ^4.1.1
  • @vercel/node ^2.6.2
libs/events/package.json
  • json-schema-static-docs ^0.24.1
  • yaml ^2.3.2
openapi/package.json
  • openapi-merge-cli ^1.3.1

NUM-1795

[Memory error] fctl crashes when a transaction is invalid

Hello!

I followed the Ledger tutorial. At the section https://docs.formance.com/ledger/get-started/hello-world/your-first-transaction#what-happens-if-we-execute-it-twice, when I try to re-run the transaction, fctl crashes with the following stack trace.

$ fctl ledger transactions num first.num
You are about to apply a numscript.
Do you want to continue [Y/n]: y
  ERROR   runtime error: invalid memory address or nil pointer dereference
goroutine 1 [running]:
runtime/debug.Stack()
        /nix/store/pljrwnv985xcsgbvbf3vm53dvzzszpc6-go-1.20.6/share/go/src/runtime/debug/stack.go:24 +0x65
runtime/debug.PrintStack()
        /nix/store/pljrwnv985xcsgbvbf3vm53dvzzszpc6-go-1.20.6/share/go/src/runtime/debug/stack.go:16 +0x19
github.com/formancehq/fctl/cmd.Execute.func1()
        /home/runner/work/stack/stack/components/fctl/cmd/root.go:85 +0x105
panic({0x9b7d80, 0xf0c110})
        /nix/store/pljrwnv985xcsgbvbf3vm53dvzzszpc6-go-1.20.6/share/go/src/runtime/panic.go:884 +0x213
github.com/formancehq/fctl/cmd/ledger/transactions.(*NumController).Run(0xc0002960e0, 0xc0002a8000, {0xc0002fa010, 0x1, 0x0?})
        /home/runner/work/stack/stack/components/fctl/cmd/ledger/transactions/num.go:183 +0xd2e
github.com/formancehq/fctl/pkg.WithController[...].func1.1({0xc0002fa010?, 0x1, 0x1})
        /home/runner/work/stack/stack/components/fctl/pkg/command.go:237 +0x66
github.com/spf13/cobra.(*Command).execute(0xc0002a8000, {0xc00028bfe0, 0x1, 0x1})
        /home/runner/go/pkg/mod/github.com/formancehq/[email protected]/command.go:940 +0x862
github.com/spf13/cobra.(*Command).ExecuteC(0xc0002e8000)
        /home/runner/go/pkg/mod/github.com/formancehq/[email protected]/command.go:1068 +0x3bd
github.com/spf13/cobra.(*Command).Execute(...)
        /home/runner/go/pkg/mod/github.com/formancehq/[email protected]/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        /home/runner/go/pkg/mod/github.com/formancehq/[email protected]/command.go:985
github.com/formancehq/fctl/cmd.Execute()
        /home/runner/work/stack/stack/components/fctl/cmd/root.go:90 +0xf6
main.main()
        /home/runner/work/stack/stack/components/fctl/main.go:10 +0x17

The version I use is:

$ fctl version
Version | 0.11.5
Date    | 2023-08-18T10:19:50Z
Commit  | 98150295

The script:

send [COIN 100] (
    source = @centralbank
    destination = @player:awacheux
)

Homebrew installation not working

Following the instruction:

brew tap formancehq/tap
brew install fctl

Here's the error message:

==> Fetching formancehq/tap/fctl
Error: fctl: Failed to download resource "fctl"
Failure while executing; `/usr/bin/env /opt/homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/4.0.14\ \(Macintosh\;\ arm64\ Mac\ OS\ X\ 12.5.1\)\ curl/7.79.1 --header Accept-Language:\ en --retry 3 --fail --location --silent --head --request GET https://github.com/formancehq/ledger/releases/download/components/fctl/v0.8.0/fctl_darwin-arm64.tar.gz` exited with 22. Here's the output:
curl: (22) The requested URL returned error: 404
HTTP/2 404
server: GitHub.com
date: Thu, 20 Apr 2023 11:09:21 GMT
content-type: text/plain; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, Accept-Encoding, Accept, X-Requested-With
cache-control: no-cache
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; connect-src 'self'; form-action 'self'; img-src 'self' data:; script-src 'self'; style-src 'unsafe-inline'
content-length: 9
x-github-request-id: DF87:5D55:BEB63:CC0EF:64411D6F

[NUM-1504] Accounts pagination and balance queries

When I send GET /accounts?page_size=500&balance_operator=gt&balance=0
I get a valid response with next_page_token. When I decode the token (e.g. eyJwYWdlU2l6ZSI6NTAwLCJvZmZzZXQiOjUwMH0) it doesn't contain the filters are used  in the original query.

{
  "pageSize": 500,
  "offset": 500
}

Since I also can't provide any other filters with cursor / pagination_token  - I can't fetch next pages with filters.

From SyncLinear.com | NUM-1504

Nats versus Kafka / red Panda

Anyone opposed to also using NATS jetstream ? A lighter Kafka

benthos and nats work well in my own usage.

it would make the system use less resources and make it more secure using nats security AAA ( Apps, auth, authz ) I feel.

Also nats being golang based means it’s easier. Plus you can run nats server embedded for testing . No code changes compared to nats non embedded.

Anyway love the design of this stack.

[Connector Request] Xendit

Name of the payment processor connector you'd like to see available

Xendit

Do you currently use this processor

Yes

Important required processor features

Payments in Southeast Asia

Additional context

Like Formance, Xendit is a YC alumni (S15)

[NUM-1794] Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • fix(deps): replace dependency @material-ui/core with @mui/material ^5.0.0
  • fix(deps): update github.com/formancehq/fctl/membershipclient digest to 5d4c919
  • fix(deps): update github.com/numary/auth/authclient digest to 4d0d7cf
  • fix(deps): update k8s.io/utils digest to 3b25d92
  • chore(deps): update public.ecr.aws/docker/library/golang docker tag to v1.21
  • chore(deps): update temporalio/admin-tools docker tag to v1.22.1
  • fix(deps): update dependency json-schema-static-docs to ^0.25.0
  • fix(deps): update kubernetes packages to v0.28.3 (k8s.io/api, k8s.io/apimachinery, k8s.io/client-go)
  • fix(deps): update module github.com/caddyserver/caddy/v2 to v2.7.5
  • fix(deps): update module github.com/formancehq/operator to v0.6.1
  • fix(deps): update module github.com/formancehq/search to v0.5.2
  • fix(deps): update module github.com/go-playground/validator/v10 to v10.15.5
  • fix(deps): update module github.com/google/go-cmp to v0.6.0
  • fix(deps): update module github.com/iancoleman/strcase to v0.3.0
  • fix(deps): update module github.com/jackc/pgx/v5 to v5.4.3
  • fix(deps): update module github.com/nats-io/nats.go to v1.31.0
  • fix(deps): update module github.com/onsi/ginkgo/v2 to v2.13.0
  • fix(deps): update module github.com/onsi/gomega to v1.29.0
  • fix(deps): update module github.com/ory/dockertest/v3 to v3.10.0
  • fix(deps): update module github.com/pressly/goose/v3 to v3.15.1
  • fix(deps): update module github.com/rs/cors to v1.10.1
  • fix(deps): update module github.com/shopify/sarama to v1.41.3
  • fix(deps): update module github.com/spf13/afero to v1.10.0
  • fix(deps): update module github.com/spf13/cobra to v1.7.0
  • fix(deps): update module github.com/spf13/viper to v1.17.0
  • fix(deps): update module github.com/threedotslabs/watermill to v1.3.5
  • fix(deps): update module github.com/threedotslabs/watermill-kafka/v2 to v2.5.0
  • fix(deps): update module github.com/tidwall/gjson to v1.17.0
  • fix(deps): update module github.com/uptrace/opentelemetry-go-extra/otellogrus to v0.2.3
  • fix(deps): update module github.com/zitadel/logging to v0.5.0
  • fix(deps): update module github.com/zitadel/oidc/v2 to v2.11.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/host to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/runtime to v0.45.0
  • fix(deps): update module go.opentelemetry.io/contrib/propagators/b3 to v1.20.0
  • fix(deps): update module go.temporal.io/api to v1.24.0
  • fix(deps): update module go.temporal.io/sdk to v1.25.1
  • fix(deps): update module go.temporal.io/sdk/contrib/opentelemetry to v0.3.0
  • fix(deps): update module go.uber.org/dig to v1.17.1
  • fix(deps): update module go.uber.org/fx to v1.20.1
  • fix(deps): update module go.uber.org/zap to v1.26.0
  • fix(deps): update module golang.org/x/mod to v0.13.0
  • fix(deps): update module golang.org/x/oauth2 to v0.13.0
  • fix(deps): update module golang.org/x/sync to v0.4.0
  • fix(deps): update module golang.org/x/text to v0.13.0
  • fix(deps): update module google.golang.org/protobuf to v1.31.0
  • fix(deps): update module gopkg.in/segmentio/analytics-go.v3 to v3.2.1
  • fix(deps): update module gorm.io/driver/postgres to v1.5.4
  • fix(deps): update module gorm.io/gorm to v1.25.5
  • fix(deps): update module sigs.k8s.io/controller-runtime to v0.16.3
  • fix(deps): update opentelemetry-go monorepo (go.opentelemetry.io/otel, go.opentelemetry.io/otel/exporters/jaeger, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlptrace, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/stdout/stdoutmetric, go.opentelemetry.io/otel/exporters/stdout/stdouttrace, go.opentelemetry.io/otel/metric, go.opentelemetry.io/otel/sdk, go.opentelemetry.io/otel/sdk/metric, go.opentelemetry.io/otel/trace)
  • chore(deps): update actions/setup-node action to v4
  • chore(deps): update dependency @vercel/node to v3
  • chore(deps): update docker.vectorized.io/vectorized/redpanda docker tag to v23
  • chore(deps): update docker/build-push-action action to v5
  • chore(deps): update docker/login-action action to v3
  • chore(deps): update docker/setup-buildx-action action to v3
  • chore(deps): update node.js to v21
  • chore(deps): update postgres docker tag to v16
  • chore(deps): update stefanzweifel/git-auto-commit-action action to v5
  • fix(deps): update dependency @mdx-js/react to v3
  • fix(deps): update dependency @svgr/webpack to v8
  • fix(deps): update dependency clsx to v2
  • fix(deps): update dependency hast-util-is-element to v3
  • fix(deps): update dependency prism-react-renderer to v2
  • fix(deps): update dependency rehype-katex to v7
  • fix(deps): update dependency remark-math to v6
  • fix(deps): update module github.com/bombsimon/logrusr/v3 to v4
  • fix(deps): update module github.com/formancehq/formance-sdk-go to v1
  • fix(deps): update module github.com/imdario/mergo to v1
  • fix(deps): update module github.com/lestrrat-go/jwx to v2
  • fix(deps): update module github.com/opensearch-project/opensearch-go to v2
  • fix(deps): update module github.com/stripe/stripe-go/v72 to v76
  • fix(deps): update module github.com/threedotslabs/watermill-http to v2
  • fix(deps): update module github.com/zitadel/oidc to v3
  • fix(deps): update module github.com/zitadel/oidc/v2 to v3
  • fix(deps): update module go.opentelemetry.io/otel/sdk/metric to v1
  • fix(deps): update react monorepo to v18 (major) (react, react-dom)
  • 🔐 Create all rate-limited PRs at once 🔐

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • fix(deps): update module github.com/nats-io/nats-server/v2 to v2.9.23 [security]
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux to v0.44.0 [security]
  • fix(deps): update module go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp to v0.44.0 [security]
  • fix(deps): update module golang.org/x/net to v0.17.0 [security]
  • fix(deps): update module google.golang.org/grpc to v1.56.3 [security]
  • fix(deps): update github.com/formancehq/stack/libs/go-libs digest to d94135d
  • fix(deps): update all patch dependencies (@mui/material, axios, docker.redpanda.com/vectorized/console, ghcr.io/formancehq/auth, ghcr.io/formancehq/ledger, ghcr.io/formancehq/operator, ghcr.io/formancehq/orchestration, ghcr.io/formancehq/wallets, github.com/Masterminds/semver/v3, github.com/ThreeDotsLabs/watermill-nats/v2, github.com/coreos/go-semver, github.com/formancehq/formance-sdk-go, github.com/go-chi/chi/v5, github.com/go-chi/render, github.com/google/uuid, github.com/grpc-ecosystem/go-grpc-middleware/v2, github.com/hashicorp/go-retryablehttp, github.com/hashicorp/golang-lru/v2, github.com/imdario/mergo, github.com/lib/pq, github.com/pterm/pterm, github.com/sirupsen/logrus, github.com/stretchr/testify, github.com/uptrace/bun, github.com/uptrace/bun/dialect/pgdialect, github.com/uptrace/bun/dialect/sqlitedialect, github.com/uptrace/bun/driver/pgdriver, github.com/uptrace/bun/driver/sqliteshim, github.com/uptrace/bun/extra/bundebug, github.com/uptrace/bun/extra/bunotel, github.com/zitadel/oidc, react-numscript-codeblock, yaml)
  • chore(deps): update alpine docker tag to v3.18
  • chore(deps): update ghcr.io/formancehq/webhooks docker tag to v0.7.1
  • chore(deps): update golang docker tag
  • chore(deps): update jeffail/benthos docker tag
  • chore(deps): update module github.com/formancehq/oidc/v2 to v2.6.1
  • chore(deps): update nats docker tag to v2.10.3
  • chore(deps): update opensearchproject/opensearch docker tag to v2.11.0
  • chore(deps): update opensearchproject/opensearch-dashboards docker tag to v2.11.0

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
components/auth/docker-compose.yml
components/ledger/docker-compose.release.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/ledger v1.10.4
components/ledger/docker-compose.yml
  • postgres 15-alpine
  • golang 1.19-alpine
components/orchestration/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • temporalio/admin-tools 1.17.5
  • golang 1.19-alpine
components/payments/docker-compose.yml
  • postgres 14-alpine
  • golang 1.19.3-alpine3.16
components/search/docker-compose.yml
  • opensearchproject/opensearch 2.4.0
  • jeffail/benthos 4.11
  • golang 1.19-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
components/wallets/docker-compose.yml
  • postgres 13-alpine
  • ghcr.io/formancehq/auth v0.4.4
  • caddy 2
  • golang 1.19-alpine
components/webhooks/docker-compose.yml
  • postgres 13-alpine
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.vectorized.io/vectorized/redpanda v22.3.24
  • docker.redpanda.com/vectorized/console v2.3.4
docker-compose.yml
  • nats 2.8.4-alpine
  • postgres 13-alpine
  • opensearchproject/opensearch 2.2.1
  • opensearchproject/opensearch-dashboards 2.2.1
dockerfile
Dockerfile
  • ghcr.io/formancehq/gateway v0.1.7
  • ghcr.io/formancehq/ledger v1.10.3
  • ghcr.io/formancehq/payments v0.9.7
  • ghcr.io/formancehq/orchestration v0.1.5
  • ghcr.io/formancehq/auth v0.4.3
  • ghcr.io/formancehq/search v0.8.0
  • ghcr.io/formancehq/wallets v0.4.3
  • ghcr.io/formancehq/webhooks v0.6.6
  • ghcr.io/formancehq/control v1.7.0
  • jeffail/benthos 4.12.1
  • golang 1.20
  • node 18
base.Dockerfile
  • ubuntu 22.04
components/agent/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/agent/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/auth/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/auth/dex.Dockerfile
  • ghcr.io/dexidp/dex v2.37.0
components/auth/reflex.Dockerfile
  • golang 1.19-alpine
components/fctl/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/fctl/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/gateway/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/gateway/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/ledger/Dockerfile
  • golang 1.20-alpine3.16
  • alpine 3.16
components/ledger/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/Dockerfile
  • golang 1.20-alpine
components/operator/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/operator/garden/garden.Dockerfile
  • golang 1.19-alpine
  • golang 1.19-alpine
components/orchestration/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/orchestration/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/orchestration/reflex.Dockerfile
  • golang 1.19-alpine
components/orchestration/temporalite.Dockerfile
  • public.ecr.aws/docker/library/golang 1.19
components/payments/Dockerfile
  • golang 1.20-bullseye
components/payments/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/search/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/search/benthos.Dockerfile
  • jeffail/benthos 4.10
components/search/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/stargate/Dockerfile
  • golang 1.20-alpine
  • alpine 3.16
components/stargate/build.Dockerfile
  • ubuntu jammy
components/wallets/Dockerfile
  • golang 1.20
  • ubuntu 22.04
components/wallets/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
components/webhooks/Dockerfile
  • golang 1.20
  • golang 1.19-alpine
  • ubuntu 22.04
components/webhooks/build.Dockerfile
  • ghcr.io/formancehq/base 22.04
openapi/Dockerfile
  • node 19-alpine
github-actions
.github/actions/env/action.yml
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
.github/workflows/cron.yml
  • actions/checkout v4
  • docker/setup-qemu-action v3
  • docker/setup-buildx-action v2
  • docker/login-action v2
  • docker/build-push-action v4
.github/workflows/labeler.yml
  • actions/labeler v4
  • aslafy-z/conventional-pr-title-action v3.1.1
.github/workflows/main.yml
  • actions/checkout v4
  • moonrepo/run-report-action v1
  • actions/checkout v4
  • moonrepo/run-report-action v1
.github/workflows/release.yml
  • actions/checkout v4
  • actions/setup-node v3
  • actions/checkout v4
.github/workflows/sdk-release.yml
  • actions/checkout v4
  • stefanzweifel/git-auto-commit-action v4
gomod
components/agent/go.mod
  • go 1.20
  • github.com/formancehq/operator v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/uuid v1.3.0
  • github.com/joho/godotenv v1.5.1
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/oidc/v2 v2.0.0-00010101000000-000000000000@000000000000
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.uber.org/fx v1.19.3
  • golang.org/x/oauth2 v0.8.0
  • google.golang.org/grpc v1.55.0
  • google.golang.org/protobuf v1.30.0
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • github.com/formancehq/oidc/v2 v2.0.0-20230524073911-09bdd1dca291@09bdd1dca291
components/auth/authclient/go.mod
  • go 1.18
components/auth/go.mod
  • go 1.20
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/oauth2-proxy/mockoidc v0.0.0-20220308204021-b9169deeb282@b9169deeb282
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/zitadel/logging v0.3.4
  • github.com/zitadel/oidc/v2 v2.6.0
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.7.0
  • golang.org/x/text v0.9.0
  • gopkg.in/square/go-jose.v2 v2.6.0
  • gorm.io/driver/postgres v1.4.8
  • gorm.io/gorm v1.24.5
components/fctl/go.mod
  • go 1.20
  • github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2@8a50f05110d2
  • github.com/athul/shelby v1.0.6
  • github.com/c-bata/go-prompt v0.2.6
  • github.com/formancehq/fctl/membershipclient v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/formance-sdk-go v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/iancoleman/strcase v0.2.0
  • github.com/mattn/go-shellwords v1.0.12
  • github.com/pkg/errors v0.9.1
  • github.com/pterm/pterm v0.12.62
  • github.com/segmentio/analytics-go/v3 v3.2.1
  • github.com/segmentio/ksuid v1.0.4
  • github.com/spf13/cobra v1.6.1
  • github.com/zitadel/oidc/v2 v2.6.4
  • golang.org/x/oauth2 v0.9.0
  • gopkg.in/yaml.v3 v3.0.1
components/fctl/membershipclient/go.mod
  • go 1.18
  • golang.org/x/oauth2 v0.0.0-20210323180902-22b0adad7558@22b0adad7558
components/gateway/go.mod
  • go 1.19
  • github.com/caddyserver/caddy/v2 v2.6.4
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/zitadel/oidc v1.13.0
  • go.uber.org/zap v1.24.0
  • golang.org/x/sync v0.1.0
components/ledger/go.mod
  • go 1.20
  • github.com/Masterminds/semver/v3 v3.2.0
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
  • github.com/bluele/gcache v0.0.2
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230517212829-71aaaacfd130@71aaaacfd130
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/logrusorgru/aurora v2.0.3+incompatible
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pborman/uuid v1.2.1
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.2
  • go.uber.org/mock v0.3.0
  • gopkg.in/segmentio/analytics-go.v3 v3.1.0
components/ledger/libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/operator/go.mod
  • go 1.20
  • github.com/formancehq/search v0.0.0-00010101000000-000000000000@000000000000
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/google/go-cmp v0.5.9
  • github.com/google/uuid v1.3.0
  • github.com/iancoleman/strcase v0.2.0
  • github.com/nats-io/nats.go v1.24.0
  • github.com/numary/auth/authclient v0.0.0-20220811153653-6335dd9658f2@6335dd9658f2
  • github.com/onsi/ginkgo/v2 v2.6.0
  • github.com/onsi/gomega v1.24.1
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • golang.org/x/mod v0.8.0
  • gopkg.in/yaml.v3 v3.0.1
  • k8s.io/api v0.26.1
  • k8s.io/apimachinery v0.26.1
  • k8s.io/client-go v0.26.1
  • k8s.io/utils v0.0.0-20230220204549-a5ecb0141aa5@a5ecb0141aa5
  • sigs.k8s.io/controller-runtime v0.14.4
  • github.com/go-logr/logr v1.2.4
  • github.com/lib/pq v1.10.7
components/orchestration/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-playground/validator/v10 v10.11.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/pressly/goose/v3 v3.9.0
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/dialect/sqlitedialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/driver/sqliteshim v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • go.opentelemetry.io/otel v1.16.0
  • go.temporal.io/api v1.18.1
  • go.temporal.io/sdk v1.21.1
  • go.temporal.io/sdk/contrib/opentelemetry v0.2.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/mod v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • gopkg.in/yaml.v3 v3.0.1
components/payments/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/davecgh/go-spew v1.1.1
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gibson042/canonicaljson-go v1.0.3
  • github.com/google/uuid v1.3.0
  • github.com/gorilla/mux v1.8.0
  • github.com/hashicorp/golang-lru/v2 v2.0.4
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/pkg/errors v0.9.1
  • github.com/rs/cors v1.8.3
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/afero v1.9.3
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/stripe/stripe-go/v72 v72.122.0
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/dig v1.16.1
  • go.uber.org/fx v1.19.1
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
components/search/go.mod
  • go 1.20
  • github.com/aquasecurity/esquery v0.2.0
  • github.com/bombsimon/logrusr/v3 v3.1.0
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/gorilla/handlers v1.5.1
  • github.com/gorilla/mux v1.8.0
  • github.com/opensearch-project/opensearch-go v1.1.0
  • github.com/pkg/errors v0.9.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/tidwall/gjson v1.14.4
  • go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.39.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
components/stargate/go.mod
  • go 1.20
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-00010101000000-000000000000@000000000000
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/cors v1.2.1
  • github.com/gogo/status v1.1.1
  • github.com/golang-jwt/jwt v3.2.2+incompatible
  • github.com/google/uuid v1.3.0
  • github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
  • github.com/hashicorp/go-retryablehttp v0.7.2
  • github.com/lestrrat-go/jwx v1.2.26
  • github.com/nats-io/nats-server v1.4.1
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.7.0
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.4
  • github.com/zitadel/oidc v1.13.4
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.42.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.uber.org/fx v1.19.1
  • golang.org/x/net v0.10.0
  • golang.org/x/oauth2 v0.6.0
  • golang.org/x/sync v0.1.0
  • google.golang.org/grpc v1.55.0
  • google.golang.org/protobuf v1.30.0
components/wallets/go.mod
  • go 1.20
  • github.com/formancehq/formance-sdk-go v1.0.0-rc.1.0.20230213140938-3b8735cf0168
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230222164357-55840b21a337@55840b21a337
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/go-chi/render v1.0.2
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • go.uber.org/fx v1.19.2
  • golang.org/x/oauth2 v0.6.0
components/webhooks/go.mod
  • go 1.20
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/alitto/pond v1.8.3
  • github.com/formancehq/stack/libs/go-libs v0.0.0-20230221161632-e6dc6a89a85e@e6dc6a89a85e
  • github.com/go-chi/chi/v5 v5.0.8
  • github.com/google/uuid v1.3.0
  • github.com/pkg/errors v0.9.1
  • github.com/riandyrn/otelchi v0.5.1
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/driver/pgdriver v1.1.14
  • github.com/uptrace/bun/extra/bunotel v1.1.14
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.uber.org/fx v1.19.2
go.mod
  • go 1.20
  • github.com/pkg/errors v0.9.1
  • github.com/xeipuuv/gojsonschema v1.2.0
  • golang.org/x/mod v0.12.0
  • gopkg.in/yaml.v3 v3.0.1
libs/go-libs/go.mod
  • go 1.19
  • github.com/Shopify/sarama v1.38.1
  • github.com/ThreeDotsLabs/watermill v1.2.0
  • github.com/ThreeDotsLabs/watermill-http v1.1.4
  • github.com/ThreeDotsLabs/watermill-kafka/v2 v2.2.2
  • github.com/ThreeDotsLabs/watermill-nats/v2 v2.0.0
  • github.com/coreos/go-semver v0.3.0
  • github.com/dgraph-io/ristretto v0.1.1
  • github.com/google/uuid v1.3.0
  • github.com/imdario/mergo v0.3.13
  • github.com/jackc/pgx/v5 v5.3.0
  • github.com/lib/pq v1.10.7
  • github.com/nats-io/nats-server/v2 v2.9.8
  • github.com/nats-io/nats.go v1.23.0
  • github.com/ory/dockertest/v3 v3.9.1
  • github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58@7b4eea64cf58
  • github.com/pkg/errors v0.9.1
  • github.com/segmentio/analytics-go v3.1.0+incompatible
  • github.com/sirupsen/logrus v1.9.0
  • github.com/spf13/cobra v1.6.1
  • github.com/spf13/pflag v1.0.5
  • github.com/spf13/viper v1.15.0
  • github.com/stretchr/testify v1.8.3
  • github.com/uptrace/bun v1.1.14
  • github.com/uptrace/bun/dialect/pgdialect v1.1.14
  • github.com/uptrace/bun/extra/bundebug v1.1.14
  • github.com/uptrace/opentelemetry-go-extra/otellogrus v0.1.21
  • github.com/xdg-go/scram v1.1.2
  • go.opentelemetry.io/contrib/instrumentation/host v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.42.0
  • go.opentelemetry.io/contrib/instrumentation/runtime v0.42.0
  • go.opentelemetry.io/contrib/propagators/b3 v1.13.0
  • go.opentelemetry.io/otel v1.16.0
  • go.opentelemetry.io/otel/exporters/jaeger v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v0.39.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.16.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.16.0
  • go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v0.39.0
  • go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.16.0
  • go.opentelemetry.io/otel/metric v1.16.0
  • go.opentelemetry.io/otel/sdk v1.16.0
  • go.opentelemetry.io/otel/sdk/metric v0.39.0
  • go.opentelemetry.io/otel/trace v1.16.0
  • go.uber.org/fx v1.19.1
helm-values
components/agent/helm/values.yaml
  • ghcr.io/formancehq/agent v0.6.0
components/operator/helm/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helm/regions/values.yaml
  • ghcr.io/formancehq/operator v0.17.0
helmv3
helm/regions/Chart.yaml
npm
docs/package.json
  • @docusaurus/core ^2.4.1
  • @docusaurus/plugin-client-redirects ^2.4.1
  • @docusaurus/plugin-content-docs ^2.4.1
  • @docusaurus/plugin-content-pages ^2.4.1
  • @docusaurus/plugin-sitemap ^2.4.1
  • @docusaurus/preset-classic ^2.4.1
  • @docusaurus/theme-common ^2.4.1
  • @docusaurus/theme-search-algolia ^2.4.1
  • @emotion/react ^11.10.5
  • @emotion/styled ^11.10.5
  • @material-ui/core ^4.12.4
  • @mdx-js/react ^1.6.21
  • @mui/material ^5.10.13
  • @svgr/webpack ^6.5.1
  • axios ^1.1.3
  • clsx ^1.2.1
  • codemirror-lang-numscript ^0.4.0
  • file-loader ^6.2.0
  • graphviz-react ^1.2.5
  • hast-util-is-element 1.1.0
  • posthog-docusaurus ^2.0.0
  • prism-react-renderer ^1.3.5
  • react ^17.0.1
  • react-dom ^17.0.1
  • react-numscript-codeblock 0.2.3
  • redocusaurus ^1.4.0
  • rehype-katex 5
  • remark-math 3
  • url-loader ^4.1.1
  • @vercel/node ^2.6.2
libs/events/package.json
  • json-schema-static-docs ^0.24.1
  • yaml ^2.3.2
openapi/package.json
  • openapi-merge-cli ^1.3.1

NUM-1794

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Location: renovate.json
Error type: Invalid JSON (parsing failed)
Message: Syntax error: expecting String near },

[Payments] Confusing error message when adding a payment connector when not logged-in

Hello,

I tried to add Stripe connection to my payment instance using fctl.

 $ fctl payments connectors install stripe --confirm sk_test_[...]

I received the following error message:

ERROR   Command aborted as you didn't approve.

It turned out that I wasn't logged-in to the cloud sandbox.

I would expect a more explicit error message, such as:

$ fctl ledger list
  ERROR   Your authentication is invalid, please login :)

Version used:

$ fctl version
Version | 0.11.6
Date    | 2023-08-21T14:45:22Z
Commit  | 78099465

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.