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

Bump github.com/sylabs/scs-library-client from 1.0.4 to 1.4.4 #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
19 changes: 8 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,44 +18,41 @@ require (
github.com/containernetworking/plugins v0.9.1
github.com/containers/image/v5 v5.12.0
github.com/deislabs/oras v0.11.1
github.com/fatih/color v1.11.0
github.com/fatih/color v1.13.0
github.com/garyburd/redigo v1.6.0 // indirect
github.com/go-log/log v0.2.0
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gofrs/uuid v3.2.0+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gorilla/handlers v1.4.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/hpcng/sif v1.2.2
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/pty v1.1.8
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20210331164927-859973e32cca
github.com/opencontainers/image-spec v1.1.0-rc2
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417
github.com/opencontainers/runtime-tools v0.9.1-0.20210326182921-59cdde06764b
github.com/opencontainers/selinux v1.8.1
github.com/opencontainers/umoci v0.4.7
github.com/pelletier/go-toml v1.9.1
github.com/pelletier/go-toml v1.9.3
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/satori/go.uuid v1.2.1-0.20180404165556-75cca531ea76
github.com/seccomp/containers-golang v0.6.0
github.com/seccomp/libseccomp-golang v0.9.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.6.1
github.com/spf13/pflag v1.0.5
github.com/sylabs/json-resp v0.7.1
github.com/sylabs/json-resp v0.8.2
github.com/sylabs/scs-build-client v0.1.6
github.com/sylabs/scs-key-client v0.6.1
github.com/sylabs/scs-library-client v1.0.4
github.com/sylabs/scs-library-client v1.4.4
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/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
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/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015
golang.org/x/crypto v0.3.0
golang.org/x/sys v0.2.0
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.0.3
mvdan.cc/sh/v3 v3.2.4
Expand Down
Loading