|
module cygnux.net/kepler
|
|
|
|
go 1.22.5
|
|
|
|
require (
|
|
github.com/Sirupsen/logrus v1.0.3
|
|
github.com/archsh/go.uuid v1.1.1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
github.com/bluele/gcache v0.0.0-20190518031135-bc40bd653833
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/eclipse/paho.mqtt.golang v1.2.0
|
|
github.com/go-redis/redis v6.5.7+incompatible
|
|
github.com/gorilla/handlers v1.4.2
|
|
github.com/gorilla/mux v1.4.0
|
|
github.com/lib/pq v1.10.9
|
|
github.com/minio/minio-go/v7 v7.0.66
|
|
github.com/mozillazg/go-pinyin v0.15.0
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
github.com/nsqio/go-nsq v1.0.7
|
|
github.com/robfig/cron v1.2.0
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/spf13/viper v1.19.0
|
|
gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
|
github.com/golang/snappy v0.0.4 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/uuid v1.5.0 // indirect
|
|
github.com/gorilla/context v0.0.0-20181012153548-51ce91d2eadd // indirect
|
|
github.com/hashicorp/hcl v1.0.0 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.17.4 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
github.com/magiconair/properties v1.8.7 // indirect
|
|
github.com/minio/md5-simd v1.1.2 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/rs/xid v1.5.0 // indirect
|
|
github.com/sagikazarmark/locafero v0.4.0 // indirect
|
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/sourcegraph/conc v0.3.0 // indirect
|
|
github.com/spf13/afero v1.11.0 // indirect
|
|
github.com/spf13/cast v1.6.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/subosito/gotenv v1.6.0 // indirect
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
go.uber.org/multierr v1.9.0 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/term v0.20.0 // indirect
|
|
golang.org/x/text v0.16.0 // indirect
|
|
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
|
|
gopkg.in/ini.v1 v1.67.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
// replace github.com/archsh/go.xql => ../../github.com/archsh/go.xql
|