2020-01-24 15:15:17 +00:00
|
|
|
module github.com/Luzifer/ots
|
|
|
|
|
2023-03-07 15:05:16 +00:00
|
|
|
go 1.20
|
2020-01-24 15:15:17 +00:00
|
|
|
|
|
|
|
require (
|
2023-06-09 21:06:44 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.17.1
|
2022-04-10 13:40:37 +00:00
|
|
|
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
|
2023-06-09 23:36:01 +00:00
|
|
|
github.com/redis/go-redis/v9 v9.0.5
|
2023-06-09 21:06:44 +00:00
|
|
|
github.com/sirupsen/logrus v1.9.3
|
2020-01-24 15:15:17 +00:00
|
|
|
)
|
2022-04-10 13:40:37 +00:00
|
|
|
|
|
|
|
require (
|
2023-06-09 23:36:01 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2022-04-10 13:40:37 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2023-06-09 21:06:44 +00:00
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
2022-04-10 13:40:37 +00:00
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
|
)
|