mirror of
https://github.com/Luzifer/ots.git
synced 2024-10-01 01:06:09 -04:00
1d6c06e506
Signed-off-by: Knut Ahlers <knut@ahlers.me>
21 lines
493 B
Modula-2
21 lines
493 B
Modula-2
module github.com/Luzifer/ots
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/Luzifer/go_helpers/v2 v2.15.1
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
|
github.com/gofrs/uuid/v3 v3.1.2
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/xuyu/goredis v0.0.0-20160929021245-89fbe9474b37
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|