2024-10-27 06:10:27 +01:00
|
|
|
module github.com/jkaninda/goma-gateway
|
|
|
|
|
|
|
|
|
|
go 1.23.2
|
|
|
|
|
|
|
|
|
|
require (
|
2024-11-08 12:03:52 +01:00
|
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
|
2024-11-14 11:38:36 +01:00
|
|
|
github.com/go-redis/redis_rate/v10 v10.0.1
|
2024-11-08 12:03:52 +01:00
|
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible
|
2024-10-27 06:10:27 +01:00
|
|
|
github.com/gorilla/mux v1.8.1
|
2024-11-10 17:06:58 +01:00
|
|
|
github.com/prometheus/client_golang v1.20.5
|
2024-11-14 11:38:36 +01:00
|
|
|
github.com/redis/go-redis/v9 v9.7.0
|
|
|
|
|
github.com/robfig/cron/v3 v3.0.1
|
2024-10-27 06:10:27 +01:00
|
|
|
github.com/spf13/cobra v1.8.1
|
2024-11-14 11:38:36 +01:00
|
|
|
golang.org/x/net v0.26.0
|
2024-11-08 12:03:52 +01:00
|
|
|
golang.org/x/oauth2 v0.24.0
|
2024-10-27 06:10:27 +01:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-11-08 12:03:52 +01:00
|
|
|
github.com/jedib0t/go-pretty/v6 v6.6.1
|
|
|
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
|
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
|
|
|
golang.org/x/sys v0.27.0 // indirect
|
2024-10-27 06:10:27 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2024-11-08 12:03:52 +01:00
|
|
|
cloud.google.com/go/compute/metadata v0.3.0 // indirect
|
2024-11-10 17:06:58 +01:00
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
2024-11-14 11:38:36 +01:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2024-10-27 06:10:27 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2024-11-10 17:06:58 +01:00
|
|
|
github.com/klauspost/compress v1.17.9 // indirect
|
|
|
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
|
|
|
|
|
github.com/prometheus/client_model v0.6.1 // indirect
|
|
|
|
|
github.com/prometheus/common v0.55.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.15.1 // indirect
|
2024-10-27 06:10:27 +01:00
|
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
2024-11-10 17:06:58 +01:00
|
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
2024-10-27 06:10:27 +01:00
|
|
|
|
|
|
|
|
)
|