Spaces:
Running
Running
Delete go.mod
Browse files
go.mod
DELETED
@@ -1,57 +0,0 @@
|
|
1 |
-
module tokenizer
|
2 |
-
|
3 |
-
go 1.21
|
4 |
-
|
5 |
-
toolchain go1.24.1
|
6 |
-
|
7 |
-
require github.com/gin-gonic/gin v1.9.1
|
8 |
-
|
9 |
-
require (
|
10 |
-
cloud.google.com/go/ai v0.3.0 // indirect
|
11 |
-
cloud.google.com/go/compute v1.23.3 // indirect
|
12 |
-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
|
13 |
-
cloud.google.com/go/longrunning v0.5.4 // indirect
|
14 |
-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
15 |
-
github.com/golang/protobuf v1.5.3 // indirect
|
16 |
-
github.com/google/s2a-go v0.1.7 // indirect
|
17 |
-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
|
18 |
-
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
|
19 |
-
go.opencensus.io v0.24.0 // indirect
|
20 |
-
golang.org/x/oauth2 v0.14.0 // indirect
|
21 |
-
golang.org/x/sync v0.5.0 // indirect
|
22 |
-
golang.org/x/time v0.5.0 // indirect
|
23 |
-
google.golang.org/appengine v1.6.7 // indirect
|
24 |
-
google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
25 |
-
google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
|
26 |
-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
|
27 |
-
google.golang.org/grpc v1.59.0 // indirect
|
28 |
-
)
|
29 |
-
|
30 |
-
require (
|
31 |
-
github.com/bytedance/sonic v1.9.1 // indirect
|
32 |
-
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
|
33 |
-
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
34 |
-
github.com/gin-contrib/sse v0.1.0 // indirect
|
35 |
-
github.com/go-playground/locales v0.14.1 // indirect
|
36 |
-
github.com/go-playground/universal-translator v0.18.1 // indirect
|
37 |
-
github.com/go-playground/validator/v10 v10.14.0 // indirect
|
38 |
-
github.com/goccy/go-json v0.10.2 // indirect
|
39 |
-
github.com/google/generative-ai-go v0.8.0
|
40 |
-
github.com/json-iterator/go v1.1.12 // indirect
|
41 |
-
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
|
42 |
-
github.com/leodido/go-urn v1.2.4 // indirect
|
43 |
-
github.com/mattn/go-isatty v0.0.19 // indirect
|
44 |
-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
45 |
-
github.com/modern-go/reflect2 v1.0.2 // indirect
|
46 |
-
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
|
47 |
-
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
48 |
-
github.com/ugorji/go/codec v1.2.11 // indirect
|
49 |
-
golang.org/x/arch v0.3.0 // indirect
|
50 |
-
golang.org/x/crypto v0.15.0 // indirect
|
51 |
-
golang.org/x/net v0.18.0 // indirect
|
52 |
-
golang.org/x/sys v0.14.0 // indirect
|
53 |
-
golang.org/x/text v0.14.0 // indirect
|
54 |
-
google.golang.org/api v0.152.0
|
55 |
-
google.golang.org/protobuf v1.31.0 // indirect
|
56 |
-
gopkg.in/yaml.v3 v3.0.1 // indirect
|
57 |
-
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|