mirror of
https://github.com/sotashimozono/obsidian-remote-ssh.git
synced 2026-07-22 06:52:07 +00:00
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.43.0 to 0.44.0. - [Commits](https://github.com/golang/image/compare/v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: golang.org/x/image dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
195 B
Modula-2
10 lines
195 B
Modula-2
module github.com/sotashimozono/obsidian-remote-ssh/server
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/fsnotify/fsnotify v1.10.1
|
|
golang.org/x/image v0.44.0
|
|
)
|
|
|
|
require golang.org/x/sys v0.13.0 // indirect
|