timetable-mgr/go.mod

27 lines
752 B
Modula-2
Raw Permalink Normal View History

module git.fjla.uk/owlboard/timetable-mgr
2023-07-15 22:32:46 +01:00
2024-06-28 15:08:37 +01:00
go 1.22
toolchain go1.22.4
2023-07-15 22:32:46 +01:00
2023-07-19 01:01:30 +01:00
require (
2024-06-28 15:08:37 +01:00
git.fjla.uk/owlboard/go-types v1.1.10
2024-04-14 22:51:31 +01:00
github.com/go-stomp/stomp/v3 v3.1.0
2024-06-28 15:08:37 +01:00
go.mongodb.org/mongo-driver v1.16.0
2024-04-14 22:51:31 +01:00
go.uber.org/zap v1.27.0
2023-07-19 01:01:30 +01:00
)
2023-07-15 22:32:46 +01:00
require (
2024-04-14 22:51:31 +01:00
github.com/golang/snappy v0.0.4 // indirect
2024-06-28 15:08:37 +01:00
github.com/klauspost/compress v1.17.9 // indirect
2024-04-14 22:51:31 +01:00
github.com/montanaflynn/stats v0.7.1 // indirect
2023-07-15 22:32:46 +01:00
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
2024-06-28 15:08:37 +01:00
github.com/youmark/pkcs8 v0.0.0-20240424034433-3c2c7870ae76 // indirect
2024-04-14 22:51:31 +01:00
go.uber.org/multierr v1.11.0 // indirect
2024-06-28 15:08:37 +01:00
golang.org/x/crypto v0.24.0 // indirect
2024-04-14 22:51:31 +01:00
golang.org/x/sync v0.7.0 // indirect
2024-06-28 15:08:37 +01:00
golang.org/x/text v0.16.0 // indirect
2023-07-15 22:32:46 +01:00
)