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.
 
 
 
 
 
 

38 lines
1.2 KiB

module godo
go 1.23
toolchain go1.23.3
require (
github.com/EndFirstCorp/peekingReader v0.0.0-20171012052444-257fb6f1a1a6
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.1
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.21.0
golang.org/x/sys v0.28.0
golang.org/x/text v0.21.0
gorm.io/gorm v1.25.12
)
require (
aead.dev/minisign v0.2.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/ncruces/julianday v1.0.0 // indirect
github.com/richardlehane/msoleps v1.0.1 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/tetratelabs/wazero v1.8.2 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.31.0 // indirect
)