ckst commited on
Commit
2e4bb7c
·
verified ·
1 Parent(s): fdf0f51

Delete go.mod

Browse files
Files changed (1) hide show
  1. go.mod +0 -99
go.mod DELETED
@@ -1,99 +0,0 @@
1
- module one-api
2
-
3
- // +heroku goVersion go1.18
4
- go 1.21
5
-
6
- toolchain go1.21.5
7
-
8
- require (
9
- github.com/aws/aws-sdk-go-v2 v1.30.4
10
- github.com/aws/aws-sdk-go-v2/credentials v1.17.30
11
- github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.15.1
12
- github.com/gin-contrib/cors v1.7.2
13
- github.com/gin-contrib/gzip v1.0.1
14
- github.com/gin-contrib/sessions v1.0.1
15
- github.com/gin-contrib/static v1.1.2
16
- github.com/gin-gonic/gin v1.10.0
17
- github.com/go-playground/validator/v10 v10.20.0
18
- github.com/go-redis/redis/v8 v8.11.5
19
- github.com/golang-jwt/jwt v3.2.2+incompatible
20
- github.com/google/uuid v1.6.0
21
- github.com/gorilla/websocket v1.5.1
22
- github.com/jinzhu/copier v0.4.0
23
- github.com/joho/godotenv v1.5.1
24
- github.com/mitchellh/mapstructure v1.5.0
25
- github.com/pkg/errors v0.9.1
26
- github.com/pkoukk/tiktoken-go v0.1.7
27
- github.com/samber/lo v1.39.0
28
- github.com/shirou/gopsutil v3.21.11+incompatible
29
- github.com/smartystreets/goconvey v1.8.1
30
- github.com/stretchr/testify v1.9.0
31
- golang.org/x/crypto v0.23.0
32
- golang.org/x/image v0.16.0
33
- golang.org/x/net v0.25.0
34
- golang.org/x/oauth2 v0.21.0
35
- gorm.io/driver/mysql v1.5.6
36
- gorm.io/driver/postgres v1.5.7
37
- gorm.io/driver/sqlite v1.5.5
38
- gorm.io/gorm v1.25.10
39
- )
40
-
41
- require (
42
- cloud.google.com/go/compute/metadata v0.4.0 // indirect
43
- filippo.io/edwards25519 v1.1.0 // indirect
44
- github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 // indirect
45
- github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.16 // indirect
46
- github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.16 // indirect
47
- github.com/aws/smithy-go v1.20.4 // indirect
48
- github.com/bytedance/gopkg v0.1.1
49
- github.com/bytedance/sonic v1.11.6 // indirect
50
- github.com/bytedance/sonic/loader v0.1.1 // indirect
51
- github.com/cespare/xxhash/v2 v2.3.0 // indirect
52
- github.com/cloudwego/base64x v0.1.4 // indirect
53
- github.com/cloudwego/iasm v0.2.0 // indirect
54
- github.com/davecgh/go-spew v1.1.1 // indirect
55
- github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
56
- github.com/dlclark/regexp2 v1.11.0 // indirect
57
- github.com/fsnotify/fsnotify v1.7.0 // indirect
58
- github.com/gabriel-vasile/mimetype v1.4.3 // indirect
59
- github.com/gin-contrib/sse v0.1.0 // indirect
60
- github.com/go-ole/go-ole v1.2.6 // indirect
61
- github.com/go-playground/locales v0.14.1 // indirect
62
- github.com/go-playground/universal-translator v0.18.1 // indirect
63
- github.com/go-sql-driver/mysql v1.8.1 // indirect
64
- github.com/goccy/go-json v0.10.3 // indirect
65
- github.com/gopherjs/gopherjs v1.17.2 // indirect
66
- github.com/gorilla/context v1.1.2 // indirect
67
- github.com/gorilla/securecookie v1.1.2 // indirect
68
- github.com/gorilla/sessions v1.2.2 // indirect
69
- github.com/jackc/pgpassfile v1.0.0 // indirect
70
- github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9 // indirect
71
- github.com/jackc/pgx/v5 v5.5.5 // indirect
72
- github.com/jackc/puddle/v2 v2.2.1 // indirect
73
- github.com/jinzhu/inflection v1.0.0 // indirect
74
- github.com/jinzhu/now v1.1.5 // indirect
75
- github.com/json-iterator/go v1.1.12 // indirect
76
- github.com/jtolds/gls v4.20.0+incompatible // indirect
77
- github.com/klauspost/cpuid/v2 v2.2.7 // indirect
78
- github.com/kr/text v0.2.0 // indirect
79
- github.com/leodido/go-urn v1.4.0 // indirect
80
- github.com/mattn/go-isatty v0.0.20 // indirect
81
- github.com/mattn/go-sqlite3 v2.0.3+incompatible // indirect
82
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
83
- github.com/modern-go/reflect2 v1.0.2 // indirect
84
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
85
- github.com/pmezard/go-difflib v1.0.0 // indirect
86
- github.com/smarty/assertions v1.15.0 // indirect
87
- github.com/tklauser/go-sysconf v0.3.14 // indirect
88
- github.com/tklauser/numcpus v0.8.0 // indirect
89
- github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
90
- github.com/ugorji/go/codec v1.2.12 // indirect
91
- github.com/yusufpapurcu/wmi v1.2.4 // indirect
92
- golang.org/x/arch v0.8.0 // indirect
93
- golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
94
- golang.org/x/sync v0.8.0 // indirect
95
- golang.org/x/sys v0.20.0 // indirect
96
- golang.org/x/text v0.15.0 // indirect
97
- google.golang.org/protobuf v1.34.1 // indirect
98
- gopkg.in/yaml.v3 v3.0.1 // indirect
99
- )