31 lines
882 B
Modula-2
31 lines
882 B
Modula-2
module github.com/jkaninda/goma-gateway
|
|
|
|
go 1.23.2
|
|
|
|
require (
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/spf13/cobra v1.8.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/jedib0t/go-pretty/v6 v6.6.1 // indirect
|
|
github.com/mattn/go-runewidth v0.0.15 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
|
|
github.com/go-redis/redis v6.15.9+incompatible // indirect
|
|
github.com/go-redis/redis_rate v6.5.0+incompatible // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jinzhu/copier v0.4.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
golang.org/x/oauth2 v0.23.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/time v0.7.0 // indirect
|
|
|
|
)
|