From 10454b6d9c9e9744e44b2d2551693dd996273020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:43:25 +0000 Subject: [PATCH] deps: bump github.com/shopspring/decimal from 1.3.1 to 1.4.0 Bumps [github.com/shopspring/decimal](https://github.com/shopspring/decimal) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/shopspring/decimal/releases) - [Changelog](https://github.com/shopspring/decimal/blob/master/CHANGELOG.md) - [Commits](https://github.com/shopspring/decimal/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/shopspring/decimal dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/go.mod b/go.mod index ddb38be..ef30f9b 100644 --- a/go.mod +++ b/go.mod @@ -3,42 +3,31 @@ module github.com/igaming-platform go 1.22 require ( - github.com/ClickHouse/clickhouse-go/v2 v2.17.1 github.com/google/uuid v1.5.0 github.com/jmoiron/sqlx v1.3.5 github.com/lib/pq v1.10.9 github.com/prometheus/client_golang v1.18.0 github.com/rabbitmq/amqp091-go v1.9.0 github.com/redis/go-redis/v9 v9.4.0 - github.com/shopspring/decimal v1.3.1 + github.com/shopspring/decimal v1.4.0 github.com/yalue/onnxruntime_go v1.6.0 google.golang.org/grpc v1.60.1 - google.golang.org/protobuf v1.32.0 gopkg.in/yaml.v3 v3.0.1 ) require ( - github.com/ClickHouse/ch-go v0.61.1 // indirect - github.com/andybalholm/brotli v1.0.6 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/cespare/xxhash/v2 v2.2.0 // indirect github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect - github.com/go-faster/city v1.0.1 // indirect - github.com/go-faster/errors v0.7.1 // indirect github.com/golang/protobuf v1.5.3 // indirect - github.com/klauspost/compress v1.17.4 // indirect + github.com/google/go-cmp v0.6.0 // indirect github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect - github.com/paulmach/orb v0.11.0 // indirect - github.com/pierrec/lz4/v4 v4.1.19 // indirect - github.com/pkg/errors v0.9.1 // indirect github.com/prometheus/client_model v0.5.0 // indirect github.com/prometheus/common v0.45.0 // indirect github.com/prometheus/procfs v0.12.0 // indirect - github.com/segmentio/asm v1.2.0 // indirect - go.opentelemetry.io/otel v1.21.0 // indirect - go.opentelemetry.io/otel/trace v1.21.0 // indirect golang.org/x/net v0.19.0 // indirect golang.org/x/sys v0.15.0 // indirect golang.org/x/text v0.14.0 // indirect google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect + google.golang.org/protobuf v1.32.0 // indirect )