Skip to content

Commit

Permalink
online: support scan_dir feature
Browse files Browse the repository at this point in the history
  • Loading branch information
DMwangnima committed Jan 9, 2025
1 parent ba38d82 commit 777ff5d
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 260 deletions.
19 changes: 10 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ go 1.18

require (
github.com/Masterminds/sprig/v3 v3.2.3
github.com/apache/thrift v0.13.0
github.com/cloudwego/hertz/cmd/hz v0.8.1
github.com/cloudwego/kitex v0.9.1
github.com/cloudwego/thriftgo v0.3.10
github.com/cloudwego/kitex v0.12.2-0.20250107111950-48fcf423b44d
github.com/cloudwego/thriftgo v0.3.18
github.com/fatih/camelcase v1.0.0
github.com/stretchr/testify v1.8.4
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.1
golang.org/x/tools v0.20.0
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/mysql v1.5.6
gorm.io/driver/postgres v1.5.7
gorm.io/driver/sqlite v1.5.5
Expand All @@ -23,17 +25,17 @@ require (
require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.2.0 // indirect
github.com/apache/thrift v0.13.0 // indirect
github.com/benbjohnson/clock v1.1.0 // indirect
github.com/cloudwego/fastpb v0.0.4 // indirect
github.com/bytedance/gopkg v0.1.1 // indirect
github.com/cloudwego/fastpb v0.0.5 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/cznic/mathutil v0.0.0-20181122101859-297441e03548 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/dlclark/regexp2 v1.11.0 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
github.com/golang-sql/sqlexp v0.1.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/uuid v1.4.0 // indirect
github.com/hashicorp/go-version v1.5.0 // indirect
Expand Down Expand Up @@ -66,14 +68,13 @@ require (
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/exp v0.0.0-20220428152302-39d4317da171 // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
google.golang.org/grpc v1.55.0-dev // indirect
google.golang.org/protobuf v1.28.1 // indirect
google.golang.org/protobuf v1.33.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
gorm.io/datatypes v1.1.1-0.20230130040222-c43177d3cf8c // indirect
gorm.io/hints v1.1.0 // indirect
gorm.io/plugin/dbresolver v1.5.0 // indirect
Expand Down
Loading

0 comments on commit 777ff5d

Please sign in to comment.