-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Donders-Institute/slurm
update hpcutil for the slurm cluster
- Loading branch information
Showing
6 changed files
with
479 additions
and
157 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,19 +1,32 @@ | ||
module github.com/Donders-Institute/hpc-utility | ||
|
||
go 1.13 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect | ||
github.com/Donders-Institute/hpc-torque-helper v0.0.0-20201029112136-386519635551 | ||
github.com/Donders-Institute/hpc-webhook v0.2.2-0.20190329122908-3fddb5836efe | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/lib/pq v1.8.0 // indirect | ||
github.com/olekukonko/tablewriter v0.0.4 | ||
github.com/sirupsen/logrus v1.7.0 | ||
github.com/spf13/cobra v1.1.1 | ||
) | ||
|
||
require ( | ||
github.com/DATA-DOG/go-sqlmock v1.5.0 // indirect | ||
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect | ||
github.com/golang/protobuf v1.4.3 // indirect | ||
github.com/google/uuid v1.1.2 // indirect | ||
github.com/inconshreveable/mousetrap v1.0.0 // indirect | ||
github.com/lib/pq v1.8.0 // indirect | ||
github.com/mattn/go-runewidth v0.0.7 // indirect | ||
github.com/russross/blackfriday/v2 v2.0.1 // indirect | ||
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect | ||
golang.org/x/net v0.0.0-20201027133719-8eef5233e2a1 // indirect | ||
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f // indirect | ||
golang.org/x/text v0.3.3 // indirect | ||
google.golang.org/genproto v0.0.0-20201026171402-d4b8fe4fd877 // indirect | ||
google.golang.org/grpc v1.33.1 // indirect | ||
google.golang.org/protobuf v1.24.0 // indirect | ||
gopkg.in/yaml.v2 v2.3.0 // indirect | ||
) |
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
Oops, something went wrong.