2020-01-24 15:15:17 +00:00
|
|
|
module github.com/Luzifer/ots
|
|
|
|
|
2024-09-22 11:07:11 +00:00
|
|
|
go 1.23
|
2023-10-21 15:12:08 +00:00
|
|
|
|
2024-08-27 15:36:12 +00:00
|
|
|
toolchain go1.23.0
|
2023-10-21 15:12:08 +00:00
|
|
|
|
|
|
|
replace github.com/Luzifer/ots/pkg/customization => ./pkg/customization
|
2020-01-24 15:15:17 +00:00
|
|
|
|
|
|
|
require (
|
2024-08-27 15:36:12 +00:00
|
|
|
github.com/Luzifer/go_helpers/v2 v2.25.0
|
2024-12-12 09:25:56 +00:00
|
|
|
github.com/Luzifer/ots/pkg/customization v0.0.0-20241205141904-ee46f22447b9
|
2024-08-27 15:36:12 +00:00
|
|
|
github.com/Luzifer/rconfig/v2 v2.5.2
|
2024-09-22 11:07:11 +00:00
|
|
|
github.com/Masterminds/sprig/v3 v3.3.0
|
2023-06-14 13:20:14 +00:00
|
|
|
github.com/gofrs/uuid v4.4.0+incompatible
|
2023-11-18 18:10:45 +00:00
|
|
|
github.com/gorilla/mux v1.8.1
|
2021-09-26 12:49:18 +00:00
|
|
|
github.com/pkg/errors v0.9.1
|
2024-10-26 15:18:21 +00:00
|
|
|
github.com/prometheus/client_golang v1.20.5
|
|
|
|
github.com/redis/go-redis/v9 v9.7.0
|
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 (
|
2024-09-22 11:07:11 +00:00
|
|
|
dario.cat/mergo v1.0.1 // indirect
|
2023-07-05 20:52:09 +00:00
|
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
2024-12-12 09:25:56 +00:00
|
|
|
github.com/Masterminds/semver/v3 v3.3.1 // indirect
|
2023-10-23 12:05:20 +00:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
2024-08-27 15:36:12 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2023-06-09 23:36:01 +00:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2024-03-14 09:33:50 +00:00
|
|
|
github.com/google/uuid v1.6.0 // indirect
|
2024-08-27 15:36:12 +00:00
|
|
|
github.com/huandu/xstrings v1.5.0 // indirect
|
2024-10-26 15:18:21 +00:00
|
|
|
github.com/klauspost/compress v1.17.11 // indirect
|
2023-10-09 16:51:14 +00:00
|
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
|
|
github.com/mitchellh/reflectwalk v1.0.2 // indirect
|
2024-08-27 15:36:12 +00:00
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
2024-12-12 09:25:56 +00:00
|
|
|
github.com/prometheus/common v0.61.0 // indirect
|
2024-08-27 15:36:12 +00:00
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
|
|
|
github.com/shopspring/decimal v1.4.0 // indirect
|
|
|
|
github.com/spf13/cast v1.7.0 // indirect
|
2022-04-10 13:40:37 +00:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-12-12 09:25:56 +00:00
|
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
|
|
|
google.golang.org/protobuf v1.35.2 // indirect
|
2022-04-10 13:40:37 +00:00
|
|
|
gopkg.in/validator.v2 v2.0.1 // indirect
|
2023-10-21 15:12:08 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2024-03-14 09:33:50 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2022-04-10 13:40:37 +00:00
|
|
|
)
|