Files
2026-08-19 16:05:42 +01:00

32 lines
1.0 KiB
Modula-2

module github.com/glanceapp/glance
go 1.26.6
require (
github.com/fsnotify/fsnotify v1.10.1
github.com/mmcdole/gofeed v1.4.1
github.com/refraction-networking/utls v1.8.2
github.com/shirou/gopsutil/v4 v4.26.7
github.com/tidwall/gjson v1.19.0
golang.org/x/crypto v0.55.0
golang.org/x/net v0.58.0
golang.org/x/text v0.41.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/andybalholm/brotli v1.2.2 // indirect
github.com/ebitengine/purego v0.10.2 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/klauspost/compress v1.19.2 // indirect
github.com/lufia/plan9stats v0.0.0-20260802145828-341c2f0c90b5 // indirect
github.com/mmcdole/goxpp/v2 v2.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20260805114148-88456608a4f6 // indirect
github.com/tidwall/match v1.2.0 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tklauser/go-sysconf v0.4.0 // indirect
github.com/tklauser/numcpus v0.12.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/sys v0.47.0 // indirect
)