mirror of
https://github.com/ebosas/microservices.git
synced 2024-11-24 08:02:24 +02:00
10 lines
165 B
Modula-2
10 lines
165 B
Modula-2
|
module github.com/ebosas/microservices
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/gorilla/websocket v1.4.2
|
||
|
github.com/jackc/pgx/v4 v4.11.0
|
||
|
github.com/streadway/amqp v1.0.0
|
||
|
)
|