mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.6 KiB
47 lines
1.6 KiB
module godo
|
|
|
|
go 1.23
|
|
|
|
toolchain go1.23.3
|
|
|
|
require (
|
|
github.com/EndFirstCorp/peekingReader v0.0.0-20171012052444-257fb6f1a1a6
|
|
github.com/PuerkitoBio/goquery v1.10.1
|
|
github.com/asg017/sqlite-vec-go-bindings v0.1.6
|
|
github.com/cavaliergopher/grab/v3 v3.0.1
|
|
github.com/ebitengine/purego v0.8.1
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gorilla/mux v1.8.1
|
|
github.com/mattetti/filebuffer v1.0.1
|
|
github.com/minio/selfupdate v0.6.0
|
|
github.com/ncruces/go-sqlite3 v0.21.3
|
|
github.com/ncruces/go-sqlite3/gormlite v0.21.0
|
|
github.com/richardlehane/mscfb v1.0.4
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
golang.org/x/net v0.33.0
|
|
golang.org/x/sys v0.29.0
|
|
golang.org/x/text v0.21.0
|
|
gorm.io/gorm v1.25.12
|
|
jaytaylor.com/html2text v0.0.0-20230321000545-74c2419ad056
|
|
)
|
|
|
|
require (
|
|
aead.dev/minisign v0.2.0 // indirect
|
|
github.com/andybalholm/cascadia v1.3.3 // indirect
|
|
github.com/go-ole/go-ole v1.3.0 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/jmoiron/sqlx v1.4.0 // indirect
|
|
github.com/mattn/go-runewidth v0.0.16 // indirect
|
|
github.com/ncruces/julianday v1.0.0 // indirect
|
|
github.com/olekukonko/tablewriter v0.0.5 // indirect
|
|
github.com/richardlehane/msoleps v1.0.1 // indirect
|
|
github.com/rivo/uniseg v0.4.7 // indirect
|
|
github.com/ssor/bom v0.0.0-20170718123548-6386211fdfcf // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/tetratelabs/wazero v1.8.2 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.14 // indirect
|
|
github.com/tklauser/numcpus v0.9.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.4 // indirect
|
|
golang.org/x/crypto v0.31.0 // indirect
|
|
)
|
|
|