mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-13 08:14:43 +07:00
335acd5b82
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
18 lines
401 B
Modula-2
18 lines
401 B
Modula-2
module main
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/nats-io/nats.go v1.24.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/nats-io/nats-server/v2 v2.9.15 // indirect
|
|
github.com/nats-io/nkeys v0.3.0 // indirect
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
golang.org/x/crypto v0.6.0 // indirect
|
|
google.golang.org/protobuf v1.30.0 // indirect
|
|
)
|