Skip to content

Commit

Permalink
updated go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
msciabarra committed May 6, 2023
1 parent 3c2217d commit 45172ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ require (
github.com/mattn/go-zglob v0.0.4 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/mtibben/androiddnsfix v0.0.0-20200907095054-ff0280446354 // indirect
github.com/nuvolaris/sh/v3 v3.0.0-20230427192741-eeb0121e1ff7 // indirect
github.com/nuvolaris/task/v3 v3.9.3-0.20230427192803-c799c6ab1de6 // indirect
github.com/nuvolaris/sh/v3 v3.0.0-20230506145920-eb793bb1aedd // indirect
github.com/nuvolaris/task/v3 v3.9.3-0.20230506150239-88df5a81e409 // indirect
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3 // indirect
github.com/pelletier/go-toml v1.8.1 // indirect
github.com/pjbgf/sha1cd v0.2.3 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -291,12 +291,16 @@ github.com/nuvolaris/openwhisk-cli/wski18n v0.0.0-20221227222349-fba31e174b7e h1
github.com/nuvolaris/openwhisk-cli/wski18n v0.0.0-20221227222349-fba31e174b7e/go.mod h1:x57w2QArhPOdDEibanGlaQlYA/1PP4RNe5e21b+R9XA=
github.com/nuvolaris/sh/v3 v3.0.0-20230427192741-eeb0121e1ff7 h1:/JxE/Ua5p1zqEJq+MGmGsVowKLLjA8QzpJCw9bh1Sy0=
github.com/nuvolaris/sh/v3 v3.0.0-20230427192741-eeb0121e1ff7/go.mod h1:+RDt8lOxSnTrZFroeLQPk6qLAoEVwHBJBo+msQplki8=
github.com/nuvolaris/sh/v3 v3.0.0-20230506145920-eb793bb1aedd h1:IeRZWoAAMohzqCik+pAGxi2BtJKWaKg6L0nLXR9C6LI=
github.com/nuvolaris/sh/v3 v3.0.0-20230506145920-eb793bb1aedd/go.mod h1:VOcZvNL3r5bgDGXu7c8Qvh0Nc/shajVySl6sMsxHQvA=
github.com/nuvolaris/someutils v0.0.0-20230406090008-39e94b70e1ae h1:r/98Ma2fvAFYBEQC2OqKsD4tI7r75N7YzhWv2ievhRA=
github.com/nuvolaris/someutils v0.0.0-20230406090008-39e94b70e1ae/go.mod h1:27LYTtM+ymckYJ+I+C5Tg6/ir+QyBQZVNN6TvlNQ1zA=
github.com/nuvolaris/task/cmd/taskmain/v3 v3.0.0-20230402183349-40db8d138726 h1:Q2sJ3VvGzgWelTPD3N3qjSN00LgZUphEcr7LcOWfknA=
github.com/nuvolaris/task/cmd/taskmain/v3 v3.0.0-20230402183349-40db8d138726/go.mod h1:CTnvj/r7Fzu8FfDwmIC6xAVJAUE7I+D8pq1owkYTCqU=
github.com/nuvolaris/task/v3 v3.9.3-0.20230427192803-c799c6ab1de6 h1:E8mFZyD8NlS+mx9PT13BSerpnNP9dGaapbx8R5mzCbk=
github.com/nuvolaris/task/v3 v3.9.3-0.20230427192803-c799c6ab1de6/go.mod h1:JQdACyW5T4TuRrMV0u05kOfi0U9O83/dgNdwb+HTekA=
github.com/nuvolaris/task/v3 v3.9.3-0.20230506150239-88df5a81e409 h1:OEJUtLFKwHqnZsTufvZz3VvDKaP3WVXowXiRbs13vDg=
github.com/nuvolaris/task/v3 v3.9.3-0.20230506150239-88df5a81e409/go.mod h1:fYHJYKnHjGBLAzHjYlSeeQPxy5np7S9MBxYlES2Qflo=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down
2 changes: 1 addition & 1 deletion tools/sh
Submodule sh updated 2 files
+3 −3 go.mod
+6 −0 go.sum
2 changes: 1 addition & 1 deletion tools/task
Submodule task updated 3 files
+41 −2 go.mod
+150 −0 go.sum
+1 −1 help.go

0 comments on commit 45172ab

Please sign in to comment.