Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/sylabs/scs-build-client from 0.4.1 to 0.7.5 #19

Closed
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
12 changes: 6 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -34,23 +34,23 @@ require (
github.com/opencontainers/runtime-tools v0.9.1-0.20210326182921-59cdde06764b
github.com/opencontainers/selinux v1.10.0
github.com/opencontainers/umoci v0.4.7
github.com/pelletier/go-toml v1.9.4
github.com/pelletier/go-toml v1.9.5
github.com/pkg/errors v0.9.1
github.com/seccomp/libseccomp-golang v0.9.2-0.20211028222634-77bddc247e72
github.com/spf13/cobra v1.4.0
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/sylabs/json-resp v0.8.1
github.com/sylabs/scs-build-client v0.4.1
github.com/sylabs/json-resp v0.8.2
github.com/sylabs/scs-build-client v0.7.5
github.com/sylabs/scs-key-client v0.7.2
github.com/sylabs/scs-library-client v1.2.2
github.com/sylabs/scs-library-client v1.3.3
github.com/sylabs/sif/v2 v2.4.1
github.com/urfave/cli v1.22.5 // indirect
github.com/vbauerster/mpb/v4 v4.12.2
github.com/vbauerster/mpb/v6 v6.0.4
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
github.com/yvasiyarov/gorelic v0.0.6 // indirect
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.1.0
Expand Down
Loading