-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: match go 1.17 for plugin e2e/examples
- Loading branch information
Showing
8 changed files
with
73 additions
and
1,647 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
module github.com/sylabs/singularity/e2e-cli-plugin | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/sylabs/singularity v0.0.0 | ||
) | ||
|
||
require ( | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
) | ||
|
||
replace github.com/sylabs/singularity => ./singularity_source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,21 @@ | ||
module github.com/sylabs/singularity/e2e-cli-plugin | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require github.com/sylabs/singularity v0.0.0 | ||
|
||
require ( | ||
github.com/containerd/cgroups v1.0.3 // indirect | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/godbus/dbus/v5 v5.0.6 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect | ||
github.com/seccomp/containers-golang v0.6.0 // indirect | ||
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 // indirect | ||
github.com/sylabs/sif/v2 v2.4.1 // indirect | ||
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect | ||
) | ||
|
||
replace github.com/sylabs/singularity => ./singularity_source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
module github.com/sylabs/singularity/cli-example-plugin | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/sylabs/singularity v0.0.0 | ||
) | ||
|
||
require ( | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
) | ||
|
||
replace github.com/sylabs/singularity => ./singularity_source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,27 @@ | ||
module github.com/sylabs/singularity/config-example-plugin | ||
|
||
go 1.13 | ||
go 1.17 | ||
|
||
require github.com/sylabs/singularity v0.0.0 | ||
|
||
require ( | ||
github.com/cilium/ebpf v0.7.0 // indirect | ||
github.com/containerd/cgroups v1.0.3 // indirect | ||
github.com/coreos/go-systemd/v22 v22.3.2 // indirect | ||
github.com/docker/go-units v0.4.0 // indirect | ||
github.com/godbus/dbus/v5 v5.0.6 // indirect | ||
github.com/gogo/protobuf v1.3.2 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect | ||
github.com/pelletier/go-toml v1.9.4 // indirect | ||
github.com/seccomp/containers-golang v0.6.0 // indirect | ||
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 // indirect | ||
github.com/sirupsen/logrus v1.8.1 // indirect | ||
github.com/spf13/cobra v1.4.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/sylabs/sif/v2 v2.4.1 // indirect | ||
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect | ||
) | ||
|
||
replace github.com/sylabs/singularity => ./singularity_source |
Oops, something went wrong.