-
Notifications
You must be signed in to change notification settings - Fork 424
/
go.mod
56 lines (54 loc) · 2.31 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
module github.com/hpcng/singularity
go 1.16
require (
github.com/Netflix/go-expect v0.0.0-20190729225929-0e00d9168667
github.com/ProtonMail/go-crypto v0.0.0-20210707164159-52430bf6b52c
github.com/adigunhammedolalekan/registry-auth v0.0.0-20200730122110-8cde180a3a60
github.com/apex/log v1.9.0
github.com/blang/semver/v4 v4.0.0
github.com/buger/jsonparser v1.1.1
github.com/containerd/cgroups v1.0.2
github.com/containerd/containerd v1.5.8
github.com/containernetworking/cni v1.0.1
github.com/containernetworking/plugins v1.0.1
github.com/containers/image/v5 v5.16.1
github.com/cyphar/filepath-securejoin v0.2.3
github.com/docker/docker v20.10.11 incompatible
github.com/fatih/color v1.13.0
github.com/go-log/log v0.2.0
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2
github.com/hpcng/sif/v2 v2.0.0
github.com/kr/pty v1.1.8
github.com/moby/sys/mount v0.2.0 // indirect
github.com/opencontainers/go-digest v1.0.0
github.com/opencontainers/image-spec v1.0.2-0.20210819154149-5ad6f50d6283
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.9.1
github.com/opencontainers/umoci v0.4.7
github.com/pelletier/go-toml v1.9.4
github.com/pkg/errors v0.9.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/seccomp/containers-golang v0.6.0
github.com/seccomp/libseccomp-golang v0.9.1
github.com/spf13/cobra v1.2.1
github.com/spf13/pflag v1.0.5
github.com/sylabs/json-resp v0.8.0
github.com/sylabs/scs-build-client v0.2.1
github.com/sylabs/scs-key-client v0.7.1
github.com/sylabs/scs-library-client v1.2.0
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/sys v0.0.0-20210925032602-92d5a993a665
golang.org/x/term v0.0.0-20210916214954-140adaaadfaf
gopkg.in/yaml.v2 v2.4.0
gotest.tools/v3 v3.0.3
mvdan.cc/sh/v3 v3.4.1-0.20211117155449-fd5bf4bda085
oras.land/oras-go v0.5.0
)