glance/go.mod
ThetaDev 135697854d
Merge branch 'main' into oidc
* main: (27 commits)
  Fix bug when making single request in job
  Add newline
  Add mountpoint:info CLI command
  Maybe fix for missing mountpoint info
  Add restart: unless-stopped
  Document function
  added unique to filter arrays with unique items in custom-api
  Only set title if attribute isn't set
  Add rounded class
  Add replaceMatches
  feat: custom-api's replaceAll with regex support
  Add filter on already seen links for RSS feeds
  Fix sorting bug in twitch channels widget
  Avoid spinning up unnecessary goroutines for single data jobs
  Print warnings when failing to get sensors
  Increase scale of everything on mobile
  Add version & sensors:print cli commands
  Fix diagnose command
  Bump go version
  Update dependencies
  ...

Signed-off-by: ThetaDev <thetadev@magenta.de>
2025-04-18 10:38:29 +02:00

37 lines
1.3 KiB
Modula-2

module github.com/glanceapp/glance
go 1.24.2
require (
github.com/coreos/go-oidc/v3 v3.13.0
github.com/fsnotify/fsnotify v1.9.0
github.com/google/uuid v1.6.0
github.com/mmcdole/gofeed v1.3.0
github.com/shirou/gopsutil/v4 v4.25.3
github.com/tidwall/gjson v1.18.0
golang.org/x/oauth2 v0.28.0
golang.org/x/text v0.24.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/PuerkitoBio/goquery v1.10.2 // indirect
github.com/andybalholm/cascadia v1.3.3 // indirect
github.com/ebitengine/purego v0.8.2 // indirect
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
github.com/go-ole/go-ole v1.3.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35 // indirect
github.com/mmcdole/goxpp v1.1.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/tklauser/go-sysconf v0.3.15 // indirect
github.com/tklauser/numcpus v0.10.0 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/crypto v0.37.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
)