-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (24 loc) · 820 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
module Lealra
go 1.16
require (
github.com/Danny-Dasilva/CycleTLS/cycletls v0.0.0-20220620102923-c84d740b4757
github.com/PuerkitoBio/goquery v1.8.0
github.com/dlclark/regexp2 v1.7.0
github.com/faiface/beep v1.1.0
github.com/fsnotify/fsnotify v1.6.0
github.com/gin-gonic/gin v1.8.1
github.com/go-ego/gse v0.80.2
github.com/gorilla/websocket v1.5.0
github.com/mitchellh/mapstructure v1.5.0
github.com/mozillazg/go-pinyin v0.20.0
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/spf13/viper v1.15.0
github.com/tidwall/pretty v1.2.0 // indirect
github.com/u2takey/ffmpeg-go v0.4.1
github.com/yanyiwu/gojieba v1.3.0
go.mongodb.org/mongo-driver v1.10.2
golang.org/x/image v0.1.0
gopkg.in/yaml.v2 v2.4.0
)