Skip to content

Commit

Permalink
feat: update lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 16, 2024
1 parent 05f40d8 commit aee56d7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const (

func NewServeCommand() *cobra.Command {
cmd := &cobra.Command{
Use: "serve",
Use: "serve",
SilenceUsage: true,
RunE: func(cmd *cobra.Command, _ []string) error {
serveConfiguration := discoverServeConfiguration(cmd)

Expand Down
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,4 @@ services:
DEBUG: "true"
ENABLE_PPROF: "true"
GOWORK: off
OTEL_METRICS: "true"
OTEL_METRICS_EXPORTER: "memory"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/alitto/pond v1.9.2
github.com/antlr/antlr4/runtime/Go/antlr v1.4.10
github.com/bluele/gcache v0.0.2
github.com/formancehq/go-libs v1.7.2-0.20241012190325-2eea0f3f4611
github.com/formancehq/go-libs v1.7.2-0.20241012201526-5cfbdd7cbd3a
github.com/formancehq/stack/ledger/client v0.0.0-00010101000000-000000000000
github.com/go-chi/chi/v5 v5.1.0
github.com/go-chi/cors v1.2.1
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ github.com/formancehq/go-libs v1.7.2-0.20241012145821-406b86d0bedc h1:XbGJ6Vq7H7
github.com/formancehq/go-libs v1.7.2-0.20241012145821-406b86d0bedc/go.mod h1:B/KB2mPjFqybLDZufMcZQKpXcHg8Va6JaoUWda1KGU4=
github.com/formancehq/go-libs v1.7.2-0.20241012190325-2eea0f3f4611 h1:jDgRN/vZiCJ4gaMQyM1NCgMxPzxyHfgDyeDbzRU8M6k=
github.com/formancehq/go-libs v1.7.2-0.20241012190325-2eea0f3f4611/go.mod h1:B/KB2mPjFqybLDZufMcZQKpXcHg8Va6JaoUWda1KGU4=
github.com/formancehq/go-libs v1.7.2-0.20241012201202-2cffa1fe0752 h1:/K78IUuB3lD/vMbV92LOCBHxBEy77meZ4YIcn4ckvBI=
github.com/formancehq/go-libs v1.7.2-0.20241012201202-2cffa1fe0752/go.mod h1:B/KB2mPjFqybLDZufMcZQKpXcHg8Va6JaoUWda1KGU4=
github.com/formancehq/go-libs v1.7.2-0.20241012201407-783762e5ac5c h1:rpyK24WF1FJXbCMy2Zw9TolGFJRyYcPF8NmZ0c6931I=
github.com/formancehq/go-libs v1.7.2-0.20241012201407-783762e5ac5c/go.mod h1:B/KB2mPjFqybLDZufMcZQKpXcHg8Va6JaoUWda1KGU4=
github.com/formancehq/go-libs v1.7.2-0.20241012201526-5cfbdd7cbd3a h1:hmw8sXFvgdfFC2NKZIsJiSB1nE7wk0iUbde2MSzUmjA=
github.com/formancehq/go-libs v1.7.2-0.20241012201526-5cfbdd7cbd3a/go.mod h1:B/KB2mPjFqybLDZufMcZQKpXcHg8Va6JaoUWda1KGU4=
github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/go-chi/chi v4.1.2+incompatible h1:fGFk2Gmi/YKXk0OmGfBh0WgmN3XB8lVnEyNz34tQRec=
Expand Down

0 comments on commit aee56d7

Please sign in to comment.