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
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ require (
github.com/spf13/pflag v1.0.10
github.com/stretchr/testify v1.11.1
github.com/sylabs/json-resp v0.9.5
github.com/sylabs/oci-tools v0.20.0
github.com/sylabs/oci-tools v0.20.1
github.com/sylabs/scs-build-client v0.9.22
github.com/sylabs/scs-key-client v0.7.9
github.com/sylabs/scs-library-client v1.4.16
github.com/sylabs/sif/v2 v2.24.1
github.com/sylabs/squashfs v1.0.6
github.com/tonistiigi/fsutil v0.0.0-20260716115106-30cd4fc5d911
github.com/vbauerster/mpb/v8 v8.15.1
github.com/vbauerster/mpb/v8 v8.15.2
go.etcd.io/bbolt v1.5.0
go.yaml.in/yaml/v4 v4.0.0-rc.6
golang.org/x/crypto v0.54.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -727,8 +727,8 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
github.com/sylabs/json-resp v0.9.5 h1:mSMWgfolaCOeWB/+IpedxlZ+MRYh4PcCLMgay5b/Xyk=
github.com/sylabs/json-resp v0.9.5/go.mod h1:Q9X4wRlZNPv3x76KaL8vTCBO4aC/DP2gh13xdtEqd1g=
github.com/sylabs/oci-tools v0.20.0 h1:x/d0JiQfIP7GRFgTbV1w0cl/f3crZcFsE29aTbUOGQY=
github.com/sylabs/oci-tools v0.20.0/go.mod h1:g7u7iEOeQq01JNBN8nYI0Rd+sKBJmuqWIsh/nz2Fw70=
github.com/sylabs/oci-tools v0.20.1 h1:3tnlFt9L3FGim0f7abAS7iFy5+HgFp1BmWa46IuilA8=
github.com/sylabs/oci-tools v0.20.1/go.mod h1:0rQbojJKM2nFe1dnfbNRviiXBUUudav1aknWKSRoeeU=
github.com/sylabs/scs-build-client v0.9.22 h1:H4TyGlO30lif3KR48TAHNLit9R2zAvu6dq9CZUiMMBE=
github.com/sylabs/scs-build-client v0.9.22/go.mod h1:+diianoDW8Pmrxnu9gIUYJhB1KoNedfY1hL+qmVhuPg=
github.com/sylabs/scs-key-client v0.7.9 h1:ycAuGVZ4nObDJP9nP5o6j9ei3K+La3Sjyfjo6Zps+Og=
Expand Down Expand Up @@ -788,8 +788,8 @@ github.com/vbatts/tar-split v0.12.3 h1:Cd46rkGXI3Td4yrVNwU8ripbxFaQbmesqhjBUUYAJ
github.com/vbatts/tar-split v0.12.3/go.mod h1:sQOc6OlqGCr7HkGx/IDBeKiTIvqhmj8KffNhEXG4Nq0=
github.com/vbauerster/cupwriter v0.0.4 h1:9sBPe0uXWLZuWQU5lqVbhyFlxX6c09asST/YfatFAys=
github.com/vbauerster/cupwriter v0.0.4/go.mod h1:IFyzS6Xis5dnBH/rdAhrnuzg3c+KkUqEN6yE8lhJlDw=
github.com/vbauerster/mpb/v8 v8.15.1 h1:lU/aOyrM/cGYhUTFGRkJM9zsVkc35abxlGSvA4lmg9M=
github.com/vbauerster/mpb/v8 v8.15.1/go.mod h1:HgpQPKfcWe3kbuGGPmi+jatHreMase5C3Fp5dpdAy0Q=
github.com/vbauerster/mpb/v8 v8.15.2 h1:hyIM0fSQn98i/9jz9Z0dpqhXQoSssgDN+6yXDidAx9k=
github.com/vbauerster/mpb/v8 v8.15.2/go.mod h1:HgpQPKfcWe3kbuGGPmi+jatHreMase5C3Fp5dpdAy0Q=
github.com/vishvananda/netlink v1.3.1 h1:3AEMt62VKqz90r0tmNhog0r/PpWKmrEShJU0wJW6bV0=
github.com/vishvananda/netlink v1.3.1/go.mod h1:ARtKouGSTGchR8aMwmkzC0qiNPrrWO5JS/XMVl45+b4=
github.com/vishvananda/netns v0.0.5 h1:DfiHV+j8bA32MFM7bfEunvT8IAqQ/NzSJHtcmW5zdEY=
Expand Down