2020-01-24 15:15:17 +00:00
|
|
|
module github.com/Luzifer/ots
|
|
|
|
|
2022-04-10 13:40:37 +00:00
|
|
|
go 1.18
|
2020-01-24 15:15:17 +00:00
|
|
|
|
|
|
|
require (
|
2022-04-10 13:40:37 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.13.0
|
|
|
|
github.com/Luzifer/rconfig/v2 v2.4.0
|
2020-01-24 15:15:17 +00:00
|
|
|
github.com/gofrs/uuid/v3 v3.1.2
|
2022-04-10 13:40:37 +00:00
|
|
|
github.com/gorilla/mux v1.8.0
|
2021-09-26 12:49:18 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2022-04-10 13:40:37 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
2020-01-24 15:15:17 +00:00
|
|
|
github.com/xuyu/goredis v0.0.0-20160929021245-89fbe9474b37
|
|
|
|
)
|
2022-04-10 13:40:37 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20220408201424-a24fb2fb8a0f // indirect
|
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|