mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
feat: bump mockery to v2.53.5 feat: bump govulncheck feat: bump bingo to v0.10.0 force go-1.25.7 update thumbnail images for test bump reva to latest
11 lines
203 B
Modula-2
11 lines
203 B
Modula-2
module ociswrapper
|
|
|
|
go 1.25
|
|
|
|
require (
|
|
github.com/creack/pty v1.1.24
|
|
github.com/spf13/cobra v1.8.1
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
)
|