1
0
mirror of https://github.com/ebosas/microservices.git synced 2024-11-24 08:02:24 +02:00
microservices/go.mod

25 lines
811 B
Modula-2
Raw Normal View History

2021-06-08 20:26:14 +02:00
module github.com/ebosas/microservices
2021-11-03 14:25:23 +02:00
go 1.17
2021-06-08 20:26:14 +02:00
require (
2021-10-10 17:49:39 +02:00
github.com/go-redis/redis/v8 v8.11.4
2021-06-08 20:26:14 +02:00
github.com/gorilla/websocket v1.4.2
2021-10-05 15:10:14 +02:00
github.com/jackc/pgx/v4 v4.13.0
2021-06-08 20:26:14 +02:00
github.com/streadway/amqp v1.0.0
)
2021-11-03 14:25:23 +02:00
require (
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
github.com/jackc/pgconn v1.10.0 // indirect
github.com/jackc/pgio v1.0.0 // indirect
github.com/jackc/pgpassfile v1.0.0 // indirect
github.com/jackc/pgproto3/v2 v2.1.1 // indirect
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
github.com/jackc/pgtype v1.8.1 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/text v0.3.7 // indirect
)