mirror of
https://github.com/hexolan/panels.git
synced 2026-03-26 12:40:21 +00:00
Bumps the go_modules group with 1 update in the /services/panel-service directory: [golang.org/x/crypto](https://github.com/golang/crypto). Bumps the go_modules group with 1 update in the /services/post-service directory: [golang.org/x/crypto](https://github.com/golang/crypto). Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0 - [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0) Updates `golang.org/x/crypto` from 0.36.0 to 0.45.0 - [Commits](https://github.com/golang/crypto/compare/v0.36.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.5 KiB
Modula-2
41 lines
1.5 KiB
Modula-2
module github.com/hexolan/panels/post-service
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/doug-martin/goqu/v9 v9.18.0
|
|
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
|
|
github.com/golang-migrate/migrate/v4 v4.16.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.5
|
|
github.com/jackc/pgx/v5 v5.5.4
|
|
github.com/redis/go-redis/v9 v9.0.5
|
|
github.com/rs/zerolog v1.30.0
|
|
github.com/segmentio/kafka-go v0.4.42
|
|
google.golang.org/grpc v1.57.1
|
|
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0
|
|
google.golang.org/protobuf v1.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/klauspost/compress v1.15.11 // indirect
|
|
github.com/lib/pq v1.10.2 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
github.com/pierrec/lz4/v4 v4.1.16 // indirect
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
golang.org/x/crypto v0.45.0 // indirect
|
|
golang.org/x/net v0.47.0 // indirect
|
|
golang.org/x/sync v0.18.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect
|
|
)
|