-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e935d69
commit cb5b221
Showing
1 changed file
with
15 additions
and
63 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 |
---|---|---|
@@ -1,76 +1,28 @@ | ||
module github.com/hoshinonyaruko/gensokyo | ||
module github.com/hoshinonyaruko/gensokyo-llm | ||
|
||
go 1.21.1 | ||
|
||
require ( | ||
github.com/Baidu-AIP/golang-sdk v1.1.1 | ||
github.com/aliyun/alibaba-cloud-sdk-go v1.62.645 | ||
github.com/aliyun/aliyun-oss-go-sdk v3.0.1+incompatible | ||
github.com/baidubce/bce-sdk-go v0.9.161 | ||
github.com/fatih/color v1.15.0 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/gin-gonic/gin v1.9.1 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/websocket v1.4.2 | ||
github.com/shirou/gopsutil v3.21.11+incompatible | ||
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e | ||
github.com/tencent-connect/botgo v0.1.6 | ||
github.com/tencentyun/cos-go-sdk-v5 v0.7.45 | ||
go.etcd.io/bbolt v1.3.9 | ||
google.golang.org/grpc v1.65.0 | ||
github.com/google/uuid v1.5.0 | ||
github.com/mattn/go-sqlite3 v1.14.19 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.839 | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require ( | ||
github.com/clbanning/mxj v1.8.4 // indirect | ||
github.com/go-ole/go-ole v1.2.6 // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // indirect | ||
github.com/mozillazg/go-httpheader v0.2.1 // indirect | ||
github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b // indirect | ||
github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
github.com/tklauser/numcpus v0.6.1 // indirect | ||
github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
golang.org/x/time v0.5.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect | ||
gopkg.in/ini.v1 v1.66.2 // indirect | ||
github.com/abadojack/whatlanggo v1.0.1 | ||
github.com/gorilla/websocket v1.5.1 | ||
github.com/longbridgeapp/opencc v0.3.11 | ||
) | ||
|
||
replace github.com/tencent-connect/botgo => ./botgo | ||
|
||
replace github.com/wdvxdr1123/go-silk => ./go-silk | ||
require ( | ||
github.com/kr/pretty v0.2.0 // indirect | ||
github.com/liuzl/cedar-go v0.0.0-20170805034717-80a9c64b256d // indirect | ||
github.com/liuzl/da v0.0.0-20180704015230-14771aad5b1d // indirect | ||
golang.org/x/net v0.17.0 // indirect | ||
) | ||
|
||
require ( | ||
github.com/bytedance/sonic v1.9.1 // indirect | ||
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
github.com/gin-contrib/sse v0.1.0 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-playground/validator/v10 v10.14.0 // indirect | ||
github.com/go-resty/resty/v2 v2.6.0 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/hashicorp/errwrap v1.0.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.4 // indirect | ||
github.com/leodido/go-urn v1.2.4 // indirect | ||
github.com/mattn/go-isatty v0.0.19 // indirect | ||
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
github.com/modern-go/reflect2 v1.0.2 // indirect | ||
github.com/pelletier/go-toml/v2 v2.0.8 // indirect | ||
github.com/tidwall/gjson v1.9.3 | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect | ||
github.com/ugorji/go/codec v1.2.11 // indirect | ||
golang.org/x/arch v0.3.0 // indirect | ||
golang.org/x/crypto v0.23.0 // indirect | ||
golang.org/x/net v0.25.0 | ||
golang.org/x/sys v0.20.0 | ||
golang.org/x/text v0.15.0 // indirect | ||
google.golang.org/protobuf v1.34.1 | ||
mvdan.cc/xurls v1.1.0 | ||
github.com/fsnotify/fsnotify v1.7.0 | ||
golang.org/x/sys v0.13.0 // indirect | ||
) |