mirror of https://github.com/gwuhaolin/livego.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.7 KiB
44 lines
1.7 KiB
module github.com/gwuhaolin/livego |
|
|
|
go 1.22 |
|
|
|
require ( |
|
github.com/auth0/go-jwt-middleware v0.0.0-20190805220309-36081240882b |
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible |
|
github.com/go-redis/redis/v7 v7.4.1 |
|
github.com/kr/pretty v0.3.1 |
|
github.com/patrickmn/go-cache v2.1.0+incompatible |
|
github.com/satori/go.uuid v1.2.0 |
|
github.com/sirupsen/logrus v1.9.3 |
|
github.com/spf13/pflag v1.0.5 |
|
github.com/spf13/viper v1.18.2 |
|
github.com/stretchr/testify v1.9.0 |
|
) |
|
|
|
require ( |
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect |
|
github.com/fsnotify/fsnotify v1.7.0 // indirect |
|
github.com/gorilla/mux v1.7.4 // indirect |
|
github.com/hashicorp/hcl v1.0.0 // indirect |
|
github.com/kr/text v0.2.0 // indirect |
|
github.com/magiconair/properties v1.8.7 // indirect |
|
github.com/mitchellh/mapstructure v1.5.0 // indirect |
|
github.com/pelletier/go-toml/v2 v2.2.0 // indirect |
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
|
github.com/rogpeppe/go-internal v1.12.0 // indirect |
|
github.com/sagikazarmark/locafero v0.4.0 // indirect |
|
github.com/sagikazarmark/slog-shim v0.1.0 // indirect |
|
github.com/smartystreets/goconvey v1.8.1 // 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/subosito/gotenv v1.6.0 // indirect |
|
github.com/urfave/negroni v1.0.0 // indirect |
|
go.uber.org/multierr v1.11.0 // indirect |
|
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect |
|
golang.org/x/sys v0.19.0 // indirect |
|
golang.org/x/text v0.14.0 // indirect |
|
gopkg.in/ini.v1 v1.67.0 // indirect |
|
gopkg.in/yaml.v2 v2.4.0 // indirect |
|
gopkg.in/yaml.v3 v3.0.1 // indirect |
|
)
|
|
|