2021-09-27 10:35:48 +02:00
|
|
|
module bitbucket.org/outfrontmedia/rolling-stock-display-simulation-tool
|
2021-09-14 19:25:37 +02:00
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
2021-09-27 10:35:48 +02:00
|
|
|
require (
|
|
|
|
|
github.com/twinj/uuid v1.0.0
|
|
|
|
|
gosrc.io/xmpp v0.5.1
|
|
|
|
|
)
|
2021-09-20 13:30:35 +02:00
|
|
|
|
2021-09-14 19:25:37 +02:00
|
|
|
require (
|
|
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
|
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 // indirect
|
|
|
|
|
nhooyr.io/websocket v1.6.5 // indirect
|
|
|
|
|
)
|