2024-03-25 11:26:07 +00:00
|
|
|
module git.fjla.uk/owlboard/timetable-mgr
|
2023-07-15 22:32:46 +01:00
|
|
|
|
2024-03-25 11:26:07 +00:00
|
|
|
go 1.21
|
2023-07-15 22:32:46 +01:00
|
|
|
|
2023-07-19 01:01:30 +01:00
|
|
|
require (
|
2024-04-07 21:28:48 +01:00
|
|
|
git.fjla.uk/owlboard/go-types v0.0.0-20240407202712-e58d7d1d9aa9
|
2023-07-19 01:01:30 +01:00
|
|
|
github.com/go-stomp/stomp/v3 v3.0.5
|
|
|
|
go.mongodb.org/mongo-driver v1.12.0
|
|
|
|
go.uber.org/zap v1.24.0
|
|
|
|
)
|
2023-07-15 22:32:46 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/golang/snappy v0.0.1 // indirect
|
|
|
|
github.com/klauspost/compress v1.13.6 // indirect
|
|
|
|
github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe // indirect
|
|
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
|
|
github.com/xdg-go/scram v1.1.2 // indirect
|
|
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
|
|
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
|
2023-07-18 14:09:28 +01:00
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
2023-07-15 22:32:46 +01:00
|
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
|
|
|
|
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
|
|
|
)
|