penguin-statistics / backend-next

The refactored Penguin Statistics v3 Backend. Built with Go, fiber, bun and go.uber.org/fx. Uses NATS as MQ and Redis as state synchronization.
MIT License
171 stars 19 forks source link

fix(deps): update module github.com/uptrace/bun/extra/bunotel to v1.1.14 #473

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/uptrace/bun/extra/bunotel require patch v1.1.12 -> v1.1.14

Release Notes

uptrace/bun (github.com/uptrace/bun/extra/bunotel) ### [`v1.1.14`](https://togithub.com/uptrace/bun/releases/tag/v1.1.14) [Compare Source](https://togithub.com/uptrace/bun/compare/v1.1.13...v1.1.14) Please refer to [CHANGELOG.md](https://togithub.com/uptrace/bun/blob/master/CHANGELOG.md) for details ### [`v1.1.13`](https://togithub.com/uptrace/bun/releases/tag/v1.1.13) [Compare Source](https://togithub.com/uptrace/bun/compare/v1.1.12...v1.1.13) Please refer to [CHANGELOG.md](https://togithub.com/uptrace/bun/blob/master/CHANGELOG.md) for details

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

β™» Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child --memory=3584m -v "/tmp/worker/9e2ee8/03f22e/repos/github/penguin-statistics/backend-next":"/tmp/worker/9e2ee8/03f22e/repos/github/penguin-statistics/backend-next" -v "/tmp/worker/9e2ee8/03f22e/cache":"/tmp/worker/9e2ee8/03f22e/cache" -e GOPATH -e GOPROXY -e GOSUMDB -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -e GIT_CONFIG_KEY_2 -e GIT_CONFIG_VALUE_2 -e GIT_CONFIG_COUNT -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/9e2ee8/03f22e/repos/github/penguin-statistics/backend-next" ghcr.io/containerbase/sidecar:9.8.0 bash -l -c "install-tool golang 1.20.6 && go get -d -t ./..."
/usr/local/bin/docker: line 4: .: filename argument required
.: usage: . filename [arguments]
go: downloading go.uber.org/fx v1.19.2
go: downloading github.com/urfave/cli/v2 v2.25.7
go: downloading github.com/felixge/fgprof v0.9.3
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/rs/zerolog v1.29.1
go: downloading github.com/uptrace/bun v1.1.14
go: downloading github.com/getsentry/sentry-go v0.22.0
go: downloading github.com/gofiber/fiber/v2 v2.47.0
go: downloading github.com/swaggo/swag v1.16.1
go: downloading github.com/joho/godotenv v1.5.1
go: downloading github.com/kelseyhightower/envconfig v1.4.0
go: downloading exusiai.dev/gommon v0.0.7
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/go-redsync/redsync/v4 v4.8.1
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/gofiber/swagger v0.1.12
go: downloading github.com/samber/lo v1.38.1
go: downloading github.com/tidwall/sjson v1.2.5
go: downloading github.com/redis/go-redis/v9 v9.0.5
go: downloading github.com/zeebo/xxh3 v1.0.2
go: downloading gopkg.in/guregu/null.v3 v3.5.0
go: downloading github.com/jinzhu/copier v0.3.5
go: downloading github.com/nats-io/nats.go v1.24.0
go: downloading github.com/oschwald/geoip2-golang v1.8.0
go: downloading github.com/uptrace/bun/dialect/pgdialect v1.1.14
go: downloading github.com/uptrace/bun/driver/pgdriver v1.1.14
go: downloading github.com/uptrace/bun/extra/bundebug v1.1.14
go: downloading github.com/uptrace/bun/extra/bunotel v1.1.14
go: downloading go.opentelemetry.io/otel v1.16.0
go: downloading google.golang.org/grpc v1.53.0
go: downloading gopkg.in/DataDog/dd-trace-go.v1 v1.48.0
go: downloading google.golang.org/protobuf v1.30.0
go: downloading go.uber.org/dig v1.16.1
go: downloading go.uber.org/multierr v1.9.0
go: downloading golang.org/x/sys v0.9.0
go: downloading github.com/google/pprof v0.0.0-20211214055906-6f57359322fd
go: downloading golang.org/x/exp v0.0.0-20220823124025-807a23277127
go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.2
go: downloading github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673
go: downloading github.com/ansrivas/fiberprometheus/v2 v2.6.0
go: downloading github.com/gofiber/contrib/fibersentry v1.0.3
go: downloading github.com/gofiber/contrib/otelfiber v1.0.3
go: downloading github.com/gofiber/helmet/v2 v2.2.26
go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.14.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.14.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.14.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.14.0
go: downloading go.opentelemetry.io/otel/sdk v1.14.0
go: downloading github.com/rs/xid v1.4.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/valyala/fasthttp v1.47.0
go: downloading github.com/vmihailenco/msgpack/v5 v5.3.5
go: downloading golang.org/x/text v0.9.0
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/mattn/go-runewidth v0.0.14
go: downloading github.com/savsgio/dictpool v0.0.0-20221023140959-7bf2e61cea94
go: downloading github.com/valyala/bytebufferpool v1.0.0
go: downloading github.com/prometheus/client_golang v1.14.0
go: downloading github.com/ahmetb/go-linq/v3 v3.2.0
go: downloading github.com/oklog/ulid/v2 v2.1.0
go: downloading github.com/antonmedv/expr v1.12.7
go: downloading github.com/dchest/uniuri v1.2.0
go: downloading github.com/gabstv/go-bsdiff v1.0.5
go: downloading github.com/tidwall/gjson v1.14.4
go: downloading golang.org/x/mod v0.9.0
go: downloading github.com/KyleBanks/depth v1.2.1
go: downloading github.com/go-openapi/spec v0.20.7
go: downloading golang.org/x/tools v0.7.0
go: downloading github.com/avast/retry-go/v4 v4.3.4
go: downloading go.opentelemetry.io/otel/trace v1.16.0
go: downloading github.com/go-playground/validator/v10 v10.14.1
go: downloading github.com/go-playground/locales v0.14.1
go: downloading github.com/stretchr/testify v1.8.4
go: downloading github.com/tinylib/msgp v1.1.8
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/swaggo/files/v2 v2.0.0
go: downloading github.com/cespare/xxhash/v2 v2.2.0
go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
go: downloading github.com/klauspost/cpuid/v2 v2.0.11
go: downloading github.com/oschwald/maxminddb-golang v1.10.0
go: downloading github.com/nats-io/nkeys v0.3.0
go: downloading github.com/nats-io/nuid v1.0.1
go: downloading mellium.im/sasl v0.3.1
go: downloading github.com/fatih/color v1.15.0
go: downloading github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a
go: downloading github.com/uptrace/opentelemetry-go-extra/otelsql v0.2.1
go: downloading go.opentelemetry.io/otel/metric v1.16.0
go: downloading golang.org/x/net v0.10.0
go: downloading google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f
go: downloading go.uber.org/zap v1.23.0
go: downloading go.uber.org/atomic v1.7.0
go: downloading github.com/DataDog/datadog-go/v5 v5.0.2
go: downloading github.com/DataDog/gostackparse v0.5.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/gofiber/adaptor/v2 v2.1.31
go: downloading go.opentelemetry.io/contrib v1.15.0
go: downloading github.com/go-logr/logr v1.2.4
go: downloading go.opentelemetry.io/proto/otlp v0.19.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.14.0
go: downloading github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc
go: downloading github.com/jinzhu/inflection v1.0.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/rivo/uniseg v0.4.3
go: downloading github.com/savsgio/gotils v0.0.0-20230208104028-c358bd845dee
go: downloading github.com/andybalholm/brotli v1.0.5
go: downloading github.com/klauspost/compress v1.16.3
go: downloading github.com/valyala/tcplisten v1.0.0
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/golang/protobuf v1.5.2
go: downloading github.com/prometheus/client_model v0.3.0
go: downloading github.com/prometheus/common v0.37.0
go: downloading github.com/prometheus/procfs v0.8.0
go: downloading github.com/dsnet/compress v0.0.0-20171208185109-cc9eb1d7ad76
go: downloading github.com/tidwall/match v1.1.1
go: downloading github.com/tidwall/pretty v1.2.0
go: downloading github.com/go-openapi/jsonpointer v0.19.5
go: downloading github.com/go-openapi/jsonreference v0.20.0
go: downloading github.com/go-openapi/swag v0.22.3
go: downloading github.com/gabriel-vasile/mimetype v1.4.2
go: downloading github.com/leodido/go-urn v1.2.4
go: downloading golang.org/x/crypto v0.9.0
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/philhofer/fwd v1.1.2
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/Microsoft/go-winio v0.5.1
go: downloading github.com/spaolacci/murmur3 v1.1.0
go: downloading github.com/cenkalti/backoff/v4 v4.2.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.7.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/richardartoul/molecule v1.0.1-0.20221107223329-32cfee06a052
go: downloading github.com/josharian/intern v1.0.0
go: downloading go.opentelemetry.io v0.1.0
exusiai.dev/backend-next/internal/server/httpserver imports
    github.com/gofiber/contrib/otelfiber imports
    go.opentelemetry.io/otel/metric/global: cannot find module providing package go.opentelemetry.io/otel/metric/global
exusiai.dev/backend-next/internal/server/httpserver imports
    github.com/gofiber/contrib/otelfiber imports
    go.opentelemetry.io/otel/metric/instrument: cannot find module providing package go.opentelemetry.io/otel/metric/instrument
renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠ Warning: custom changes will be lost.