timetable-mgr/go.mod

25 lines
731 B
Modula-2
Raw Normal View History

module git.fjla.uk/owlboard/timetable-mgr
2023-07-15 22:32:46 +01:00
go 1.21
2023-07-15 22:32:46 +01:00
2023-07-19 01:01:30 +01:00
require (
2024-04-24 23:19:47 +01:00
git.fjla.uk/owlboard/go-types v1.1.6
2024-04-14 22:51:31 +01:00
github.com/go-stomp/stomp/v3 v3.1.0
go.mongodb.org/mongo-driver v1.15.0
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
github.com/klauspost/compress v1.17.8 // indirect
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-04-14 22:51:31 +01:00
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.22.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/text v0.14.0 // indirect
2023-07-15 22:32:46 +01:00
)