-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from xgd16/develop
Merge
- Loading branch information
Showing
7 changed files
with
186 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
/test/XDB | ||
/__debug* | ||
/uniTranslate.sqlite3 | ||
/test/buffer_config_test.go |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,70 +1,74 @@ | ||
module uniTranslate | ||
|
||
go 1.21 | ||
go 1.22.0 | ||
|
||
toolchain go1.22.1 | ||
toolchain go1.23.1 | ||
|
||
require ( | ||
github.com/fatih/color v1.17.0 | ||
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.7.2 | ||
github.com/gogf/gf/contrib/drivers/sqlite/v2 v2.7.2 | ||
github.com/gogf/gf/contrib/nosql/redis/v2 v2.7.2 | ||
github.com/gogf/gf/v2 v2.7.2 | ||
github.com/sashabaranov/go-openai v1.22.0 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.907 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tmt v1.0.907 | ||
github.com/volcengine/volc-sdk-golang v1.0.149 | ||
github.com/xgd16/gf-x-tool v0.5.15 | ||
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.7.4 | ||
github.com/gogf/gf/contrib/drivers/sqlite/v2 v2.7.4 | ||
github.com/gogf/gf/contrib/nosql/redis/v2 v2.7.4 | ||
github.com/gogf/gf/v2 v2.7.4 | ||
github.com/sashabaranov/go-openai v1.32.0 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.1018 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tmt v1.0.1018 | ||
github.com/volcengine/volc-sdk-golang v1.0.180 | ||
github.com/xgd16/gf-x-tool v0.5.18 | ||
) | ||
|
||
require ( | ||
github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/go-logr/logr v1.4.1 // indirect | ||
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
github.com/gorilla/websocket v1.5.1 // indirect | ||
github.com/gorilla/websocket v1.5.3 // indirect | ||
github.com/grokify/html-strip-tags-go v0.1.0 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/nsf/termbox-go v1.1.1 // indirect | ||
github.com/olekukonko/tablewriter v0.0.5 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/sirupsen/logrus v1.9.3 // indirect | ||
go.opentelemetry.io/otel v1.25.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.25.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/text v0.14.0 // indirect | ||
go.opentelemetry.io/otel v1.31.0 // indirect | ||
go.opentelemetry.io/otel/metric v1.31.0 // indirect | ||
go.opentelemetry.io/otel/trace v1.31.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) | ||
|
||
require ( | ||
filippo.io/edwards25519 v1.1.0 // indirect | ||
github.com/BurntSushi/toml v1.3.2 // indirect | ||
github.com/BurntSushi/toml v1.4.0 // indirect | ||
github.com/beorn7/perks v1.0.1 // indirect | ||
github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
github.com/clbanning/mxj/v2 v2.7.0 // indirect | ||
github.com/dustin/go-humanize v1.0.1 // indirect | ||
github.com/emirpasic/gods v1.18.1 // indirect | ||
github.com/fsnotify/fsnotify v1.7.0 // indirect | ||
github.com/gemnasium/logrus-graylog-hook/v3 v3.2.0 // indirect | ||
github.com/glebarez/go-sqlite v1.21.2 // indirect | ||
github.com/gemnasium/logrus-graylog-hook/v3 v3.2.1 // indirect | ||
github.com/glebarez/go-sqlite v1.22.0 // indirect | ||
github.com/google/uuid v1.6.0 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/magiconair/properties v1.8.7 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/mattn/go-runewidth v0.0.15 // indirect | ||
github.com/prometheus/client_golang v1.19.0 // indirect | ||
github.com/prometheus/client_model v0.5.0 // indirect | ||
github.com/prometheus/common v0.48.0 // indirect | ||
github.com/prometheus/procfs v0.12.0 // indirect | ||
github.com/redis/go-redis/v9 v9.5.1 // indirect | ||
github.com/mattn/go-runewidth v0.0.16 // indirect | ||
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
github.com/ncruces/go-strftime v0.1.9 // indirect | ||
github.com/prometheus/client_golang v1.20.4 // indirect | ||
github.com/prometheus/client_model v0.6.1 // indirect | ||
github.com/prometheus/common v0.60.0 // indirect | ||
github.com/prometheus/procfs v0.15.1 // indirect | ||
github.com/redis/go-redis/v9 v9.6.1 // indirect | ||
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect | ||
github.com/rivo/uniseg v0.4.7 // indirect | ||
go.opentelemetry.io/otel/sdk v1.25.0 // indirect | ||
golang.org/x/net v0.24.0 // indirect | ||
google.golang.org/protobuf v1.32.0 // indirect | ||
modernc.org/libc v1.22.5 // indirect | ||
modernc.org/mathutil v1.5.0 // indirect | ||
modernc.org/memory v1.5.0 // indirect | ||
modernc.org/sqlite v1.23.1 // indirect | ||
go.opentelemetry.io/otel/sdk v1.31.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
modernc.org/libc v1.61.0 // indirect | ||
modernc.org/mathutil v1.6.0 // indirect | ||
modernc.org/memory v1.8.0 // indirect | ||
modernc.org/sqlite v1.33.1 // indirect | ||
) |
Oops, something went wrong.