Skip to content

Commit

Permalink
Merge pull request apptainer#6321 from edytuk/sylabs436
Browse files Browse the repository at this point in the history
chore: bump plugin go.mod to go 1.16 and tidy, from sylabs 436
  • Loading branch information
DrDaveD authored Nov 30, 2021
2 parents 384f570 + 0ea5691 commit e6435db
Show file tree
Hide file tree
Showing 8 changed files with 3,022 additions and 490 deletions.
4 changes: 2 additions & 2 deletions examples/plugins/cli-plugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/hpcng/singularity/cli-example-plugin

go 1.13
go 1.16

require (
github.com/spf13/cobra v1.0.0
github.com/hpcng/singularity v0.0.0
github.com/spf13/cobra v1.2.1
)

replace github.com/hpcng/singularity => ./singularity_source
963 changes: 877 additions & 86 deletions examples/plugins/cli-plugin/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/plugins/config-plugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hpcng/singularity/config-example-plugin

go 1.13
go 1.16

require github.com/hpcng/singularity v0.0.0

Expand Down
1,034 changes: 909 additions & 125 deletions examples/plugins/config-plugin/go.sum

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/plugins/log-plugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/hpcng/singularity/log-plugin

go 1.13
go 1.16

require (
github.com/spf13/cobra v1.2.1
github.com/hpcng/singularity v0.0.0
github.com/spf13/cobra v1.2.1
)

replace github.com/hpcng/singularity => ./singularity_source
507 changes: 348 additions & 159 deletions examples/plugins/log-plugin/go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/plugins/ubuntu-userns-overlay-plugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hpcng/singularity/ubuntu-userns-overlay-plugin

go 1.13
go 1.16

require github.com/hpcng/singularity v0.0.0

Expand Down
996 changes: 882 additions & 114 deletions examples/plugins/ubuntu-userns-overlay-plugin/go.sum

Large diffs are not rendered by default.

0 comments on commit e6435db

Please sign in to comment.