Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,23 @@ go 1.13

require (
github.com/PuerkitoBio/goquery v1.8.0
github.com/astaxie/beego v1.12.1
github.com/astaxie/beego v1.12.2
github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
github.com/deckarep/golang-set v1.8.0
github.com/go-xorm/xorm v0.7.9
github.com/goftp/file-driver v0.0.0-20180502053751-5d604a0fc0c9
github.com/goftp/server v0.0.0-20200708154336-f64f7c2d8a42
github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef
github.com/mattn/go-sqlite3 v1.14.23
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/sjqzhang/mahonia v0.0.0-20240917025504-6daa9f9c316f
github.com/syndtr/goleveldb v1.0.0
github.com/takama/daemon v1.0.0
)

require (
github.com/andybalholm/cascadia v1.3.2 // indirect
github.com/go-sql-driver/mysql v1.5.0 // indirect
github.com/golang/protobuf v1.4.2 // indirect
github.com/jlaffaye/ftp v0.2.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/robfig/cron/v3 v3.0.1
golang.org/x/net v0.29.0 // indirect
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)
1 change: 1 addition & 0 deletions vendor/github.com/astaxie/beego/httplib/httplib.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions vendor/github.com/mattn/go-sqlite3/.codecov.yml

This file was deleted.

33 changes: 33 additions & 0 deletions vendor/github.com/mattn/go-sqlite3/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

171 changes: 70 additions & 101 deletions vendor/github.com/mattn/go-sqlite3/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion vendor/github.com/mattn/go-sqlite3/backup.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

75 changes: 31 additions & 44 deletions vendor/github.com/mattn/go-sqlite3/callback.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions vendor/github.com/mattn/go-sqlite3/convert.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading