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
40 changes: 19 additions & 21 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,50 +19,48 @@ require (
github.com/hectane/go-acl v1.0.0
github.com/mattn/go-colorable v0.1.15
github.com/natefinch/atomic v1.0.1
github.com/ncruces/go-sqlite3 v0.35.1
github.com/ncruces/zenity v0.10.14
github.com/nicholas-fedor/shoutrrr v0.16.1
github.com/pkg/sftp v1.13.10
github.com/prometheus/client_golang v1.23.2
github.com/stretchr/testify v1.11.1
github.com/ncruces/go-sqlite3 v0.35.3
github.com/ncruces/zenity v0.10.15
github.com/nicholas-fedor/shoutrrr v0.17.0
github.com/pkg/sftp v1.13.11
github.com/prometheus/client_golang v1.24.1
github.com/stretchr/testify v1.12.0
github.com/vearutop/statigz v1.5.0
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.28.0
golang.org/x/crypto v0.53.0
golang.org/x/net v0.56.0
golang.org/x/sync v0.21.0
golang.org/x/crypto v0.54.0
golang.org/x/net v0.57.0
golang.org/x/sync v0.22.0
google.golang.org/genproto/googleapis/api v0.0.0-20260622175928-b703f567277d
google.golang.org/grpc v1.81.1
google.golang.org/protobuf v1.36.11
google.golang.org/grpc v1.83.0
google.golang.org/protobuf v1.36.12
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)

require (
github.com/akavel/rsrc v0.10.2 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dchest/jsmin v1.0.0 // indirect
github.com/eclipse/paho.golang v0.23.0 // indirect
github.com/godbus/dbus/v5 v5.2.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/josephspurrier/goversioninfo v1.7.0 // indirect
github.com/kr/fs v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.22 // indirect
github.com/mattn/go-isatty v0.0.24 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/ncruces/go-sqlite3-wasm/v3 v3.1.35302 // indirect
github.com/ncruces/go-sqlite3-wasm/v3 v3.2.35304 // indirect
github.com/ncruces/julianday v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.69.0 // indirect
github.com/prometheus/procfs v0.21.0 // indirect
github.com/prometheus/common v0.70.1 // indirect
github.com/prometheus/procfs v0.21.1 // indirect
github.com/randall77/makefat v0.0.0-20260406194835-1b91746796b7 // indirect
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/image v0.43.0 // indirect
golang.org/x/sys v0.46.0 // indirect
golang.org/x/term v0.44.0 // indirect
golang.org/x/text v0.38.0 // indirect
golang.org/x/image v0.44.0 // indirect
golang.org/x/sys v0.47.0 // indirect
golang.org/x/term v0.45.0 // indirect
golang.org/x/text v0.40.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260622175928-b703f567277d // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading
Loading