This repository was archived by the owner on Jun 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathgo.mod
More file actions
executable file
·56 lines (53 loc) · 2.37 KB
/
Copy pathgo.mod
File metadata and controls
executable file
·56 lines (53 loc) · 2.37 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
module wa
go 1.18
require (
github.com/AllenDang/giu v0.6.3-0.20220810025217-ab05efcbc636
github.com/AllenDang/imgui-go v1.12.1-0.20220322114136-499bbf6a42ad
github.com/CapacitorSet/ja3-server v0.0.0-20181231152103-b9d2a4d79e7c
github.com/beevik/etree v1.1.0
github.com/fanliao/go-promise v0.0.0-20141029170127-1890db352a72
github.com/fatih/color v1.13.0
github.com/go-co-op/gocron v1.15.0
github.com/golang/protobuf v1.5.2
github.com/mattn/go-colorable v0.1.12
github.com/pkg/errors v0.9.1
github.com/refraction-networking/utls v1.1.0
github.com/useflyent/fhttp v0.0.0-20211004035111-333f430cfbbf
go.mongodb.org/mongo-driver v1.9.1
go.uber.org/multierr v1.8.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/net v0.0.0-20220630215102-69896b714898
google.golang.org/grpc v1.47.0
google.golang.org/protobuf v1.28.0
gorm.io/driver/sqlite v1.3.5
gorm.io/gorm v1.23.7
)
require (
github.com/AllenDang/go-findfont v0.0.0-20200702051237-9f180485aeb8 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220516021902-eb3e265c7661 // indirect
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-sqlite3 v1.14.12 // indirect
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8 // indirect
github.com/robfig/cron/v3 v3.0.1 // indirect
github.com/sahilm/fuzzy v0.1.0 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
github.com/xdg-go/scram v1.0.2 // indirect
github.com/xdg-go/stringprep v1.0.2 // indirect
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/image v0.0.0-20220601225756-64ec528b34cd // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/eapache/queue.v1 v1.1.0 // indirect
)