Files
ocis/tests/ociswrapper/go.mod
Roman Perekhod da5e63dfe3 feat: bump go to 1.25
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
2026-02-10 16:27:52 +01:00

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
)