Skip to content

Commit

Permalink
add another example
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Apr 24, 2022
1 parent 752ba8c commit d9f09a2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ Or to re-run for an entire language (or more than one). Below we would re-parse
$ python 4.redo_language.py --settings-file ../software/rse.ini -o ./_repos --language-file setup.py --language-file requirements.txt
```

Or for just repos with package.json files:
Or for just repos with package.json files or Go files:

```bash
$ python 4.redo_language.py --settings-file ../software/rse.ini -o ./_repos --language-file package.json
$ python 4.redo_language.py --settings-file ../software/rse.ini -o ./_repos --language-file go.mod
```

And then you might update the summary data, etc.
Expand Down
13 changes: 7 additions & 6 deletions _repos/github/containers/podman/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ require (
github.com/BurntSushi/toml v1.1.0
github.com/blang/semver v3.5.1+incompatible
github.com/buger/goterm v1.0.4
github.com/checkpoint-restore/checkpointctl v0.0.0-20211204171957-54b4ebfdb681
github.com/checkpoint-restore/checkpointctl v0.0.0-20220321135231-33f4a66335f0
github.com/checkpoint-restore/go-criu/v5 v5.3.0
github.com/container-orchestrated-devices/container-device-interface v0.3.2
github.com/container-orchestrated-devices/container-device-interface v0.4.0
github.com/containernetworking/cni v1.0.1
github.com/containernetworking/plugins v1.1.1
github.com/containers/buildah v1.25.2-0.20220406205807-5b8e79118057
github.com/containers/common v0.47.5-0.20220413182852-c23a4e11f91b
github.com/containers/common v0.47.5-0.20220421111103-112a47964ddb
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.21.1-0.20220405081457-d1b64686e1d0
github.com/containers/image/v5 v5.21.1-0.20220421124950-8527e238867c
github.com/containers/ocicrypt v1.1.3
github.com/containers/psgo v1.7.2
github.com/containers/storage v1.39.1-0.20220414183333-eea4e0f5f1f9
github.com/containers/storage v1.39.1-0.20220421071128-4899f8265d63
github.com/coreos/go-systemd/v22 v22.3.2
github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3
github.com/cyphar/filepath-securejoin v0.2.3
Expand All @@ -29,7 +29,7 @@ require (
github.com/docker/go-plugins-helpers v0.0.0-20211224144127-6eecb7beb651
github.com/docker/go-units v0.4.0
github.com/dtylman/scp v0.0.0-20181017070807-f3000a34aef4
github.com/fsnotify/fsnotify v1.5.1
github.com/fsnotify/fsnotify v1.5.3
github.com/ghodss/yaml v1.0.0
github.com/godbus/dbus/v5 v5.1.0
github.com/google/gofuzz v1.2.0
Expand Down Expand Up @@ -68,6 +68,7 @@ require (
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211
golang.org/x/text v0.3.7
google.golang.org/protobuf v1.28.0
gopkg.in/inf.v0 v0.9.1
Expand Down
5 changes: 3 additions & 2 deletions _repos/github/sylabs/singularity/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require (
github.com/containers/image/v5 v5.21.0
github.com/cyphar/filepath-securejoin v0.2.3
github.com/docker/docker v20.10.14+incompatible
github.com/docker/go-units v0.4.0
github.com/fatih/color v1.13.0
github.com/go-log/log v0.2.0
github.com/google/uuid v1.3.0
Expand All @@ -28,9 +29,10 @@ require (
github.com/opencontainers/runtime-tools v0.9.1-0.20210326182921-59cdde06764b
github.com/opencontainers/selinux v1.10.1
github.com/opencontainers/umoci v0.4.7
github.com/pelletier/go-toml v1.9.4
github.com/pelletier/go-toml v1.9.5
github.com/pkg/errors v0.9.1
github.com/seccomp/libseccomp-golang v0.9.2-0.20211028222634-77bddc247e72
github.com/shopspring/decimal v1.3.1
github.com/spf13/cobra v1.4.0
github.com/spf13/pflag v1.0.5
github.com/sylabs/json-resp v0.8.1
Expand Down Expand Up @@ -78,7 +80,6 @@ require (
github.com/docker/docker-credential-helpers v0.6.4 // indirect
github.com/docker/go-connections v0.4.0 // indirect
github.com/docker/go-metrics v0.0.1 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/godbus/dbus/v5 v5.0.6 // indirect
Expand Down

0 comments on commit d9f09a2

Please sign in to comment.