Skip to content

Commit d0a51a5

Browse files
deps: bump github.com/lib/pq from 1.10.9 to 1.11.1
Bumps [github.com/lib/pq](https://github.com/lib/pq) from 1.10.9 to 1.11.1. - [Release notes](https://github.com/lib/pq/releases) - [Changelog](https://github.com/lib/pq/blob/master/CHANGELOG.md) - [Commits](lib/pq@v1.10.9...v1.11.1) --- updated-dependencies: - dependency-name: github.com/lib/pq dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 445705a commit d0a51a5

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

go.mod

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,31 @@ module github.com/igaming-platform
33
go 1.22
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.17.1
76
github.com/google/uuid v1.5.0
87
github.com/jmoiron/sqlx v1.3.5
9-
github.com/lib/pq v1.10.9
8+
github.com/lib/pq v1.11.1
109
github.com/prometheus/client_golang v1.18.0
1110
github.com/rabbitmq/amqp091-go v1.9.0
1211
github.com/redis/go-redis/v9 v9.4.0
1312
github.com/shopspring/decimal v1.3.1
1413
github.com/yalue/onnxruntime_go v1.6.0
1514
google.golang.org/grpc v1.60.1
16-
google.golang.org/protobuf v1.32.0
1715
gopkg.in/yaml.v3 v3.0.1
1816
)
1917

2018
require (
21-
github.com/ClickHouse/ch-go v0.61.1 // indirect
22-
github.com/andybalholm/brotli v1.0.6 // indirect
2319
github.com/beorn7/perks v1.0.1 // indirect
2420
github.com/cespare/xxhash/v2 v2.2.0 // indirect
2521
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
26-
github.com/go-faster/city v1.0.1 // indirect
27-
github.com/go-faster/errors v0.7.1 // indirect
2822
github.com/golang/protobuf v1.5.3 // indirect
29-
github.com/klauspost/compress v1.17.4 // indirect
23+
github.com/google/go-cmp v0.6.0 // indirect
3024
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
31-
github.com/paulmach/orb v0.11.0 // indirect
32-
github.com/pierrec/lz4/v4 v4.1.19 // indirect
33-
github.com/pkg/errors v0.9.1 // indirect
3425
github.com/prometheus/client_model v0.5.0 // indirect
3526
github.com/prometheus/common v0.45.0 // indirect
3627
github.com/prometheus/procfs v0.12.0 // indirect
37-
github.com/segmentio/asm v1.2.0 // indirect
38-
go.opentelemetry.io/otel v1.21.0 // indirect
39-
go.opentelemetry.io/otel/trace v1.21.0 // indirect
4028
golang.org/x/net v0.19.0 // indirect
4129
golang.org/x/sys v0.15.0 // indirect
4230
golang.org/x/text v0.14.0 // indirect
4331
google.golang.org/genproto/googleapis/rpc v0.0.0-20231212172506-995d672761c0 // indirect
32+
google.golang.org/protobuf v1.32.0 // indirect
4433
)

0 commit comments

Comments
 (0)