-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
31 lines (27 loc) · 1018 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module socks2https
go 1.22
toolchain go1.22.3
require (
github.com/google/uuid v1.5.0
github.com/jinzhu/gorm v1.9.2
github.com/kataras/golog v0.1.12
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/yaklang/yaklang v1.3.3
gopkg.in/yaml.v3 v3.0.1
gorm.io/driver/sqlite v1.5.6
)
require (
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/jonboulle/clockwork v0.1.0 // indirect
github.com/kataras/pio v0.0.13 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/lestrrat/go-file-rotatelogs v0.0.0-20180223000712-d3151e2a480f // indirect
github.com/lestrrat/go-strftime v0.0.0-20180220042222-ba3bf9c1d042 // indirect
github.com/mattn/go-sqlite3 v1.14.22 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/sys v0.19.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde // indirect
)