|
@@ -3,27 +3,27 @@ module eta/eta_index_lib
|
|
|
go 1.19
|
|
|
|
|
|
require (
|
|
|
- github.com/beego/bee/v2 v2.1.0
|
|
|
- github.com/beego/beego/v2 v2.1.0
|
|
|
+ github.com/beego/bee/v2 v2.0.2
|
|
|
+ github.com/beego/beego/v2 v2.0.2
|
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
- github.com/go-sql-driver/mysql v1.7.0
|
|
|
+ github.com/go-sql-driver/mysql v1.6.0
|
|
|
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b
|
|
|
github.com/mozillazg/go-pinyin v0.20.0
|
|
|
github.com/nosixtools/solarlunar v0.0.0-20211112060703-1b6dea7b4a19
|
|
|
github.com/olivere/elastic/v7 v7.0.32
|
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
|
github.com/shopspring/decimal v1.3.1
|
|
|
- github.com/yidane/formula v0.0.0-20220322063702-c9da84ba3476
|
|
|
+ github.com/yidane/formula v0.0.0-20210902154546-0782e1736717
|
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
|
)
|
|
|
|
|
|
require (
|
|
|
- github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211218165449-dd623ecc2f02 // indirect
|
|
|
+ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20211223021540-a6a1e1173105 // indirect
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
- github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
|
|
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
- github.com/golang/protobuf v1.5.3 // indirect
|
|
|
+ github.com/golang/protobuf v1.5.2 // indirect
|
|
|
github.com/gonum/blas v0.0.0-20181208220705-f22b278b28ac // indirect
|
|
|
github.com/gonum/floats v0.0.0-20181209220543-c233463c7e82 // indirect
|
|
|
github.com/gonum/integrate v0.0.0-20181209220457-a422b5c0fdf2 // indirect
|
|
@@ -32,21 +32,21 @@ require (
|
|
|
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9 // indirect
|
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
|
- github.com/kr/text v0.2.0 // indirect
|
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
|
- github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
|
- github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
|
+ github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
+ github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
|
- github.com/prometheus/client_golang v1.16.0 // indirect
|
|
|
- github.com/prometheus/client_model v0.3.0 // indirect
|
|
|
- github.com/prometheus/common v0.42.0 // indirect
|
|
|
- github.com/prometheus/procfs v0.10.1 // indirect
|
|
|
+ github.com/prometheus/client_golang v1.11.0 // indirect
|
|
|
+ github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
+ github.com/prometheus/common v0.26.0 // indirect
|
|
|
+ github.com/prometheus/procfs v0.6.0 // indirect
|
|
|
github.com/shiena/ansicolor v0.0.0-20200904210342-c7312218db18 // indirect
|
|
|
- golang.org/x/crypto v0.18.0 // indirect
|
|
|
- golang.org/x/net v0.17.0 // indirect
|
|
|
- golang.org/x/sys v0.16.0 // indirect
|
|
|
- golang.org/x/text v0.14.0 // indirect
|
|
|
- google.golang.org/protobuf v1.30.0 // indirect
|
|
|
+ golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
|
|
|
+ golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
|
|
|
+ golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
|
|
|
+ golang.org/x/text v0.3.6 // indirect
|
|
|
+ google.golang.org/protobuf v1.26.0 // indirect
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
- gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
+ gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
|
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
)
|