This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
Dependencies, go version update, and Makefile fixes #44
Merged
athul
merged 9 commits into
hoppscotch:master
from
gbmor-forks:dependencies-and-makefile
Dec 15, 2021
Merged
Dependencies, go version update, and Makefile fixes #44
athul
merged 9 commits into
hoppscotch:master
from
gbmor-forks:dependencies-and-makefile
Dec 15, 2021
Commits on Dec 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b6f1369 - Browse repository at this point
Copy the full SHA b6f1369View commit details -
When the deps target was added in November 2020, it became the default make target. When make was called without arguments, it would install stuffbin and exit without building hopp-cli. Added an 'all' target as the default target that installs stuffbin and builds hopp-cli. Cleaned up all of the targets. Changed the deps target to use the idiomatic 'go install' instead of 'go get' to prevent mangling go.mod when installing stuffbin. Removed the 'update' target as it's redundant re: git pull.
Configuration menu - View commit details
-
Copy full SHA for 493afd1 - Browse repository at this point
Copy the full SHA 493afd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bae6cb - Browse repository at this point
Copy the full SHA 2bae6cbView commit details -
changed go.mod path to reflect new repository location
it still mentioned the old pwcli repo. also updated cli.go 'methods' import statement to reflect this.
Configuration menu - View commit details
-
Copy full SHA for f721826 - Browse repository at this point
Copy the full SHA f721826View commit details -
update old references to ioutil package.
ioutil is deprecated. ioutil.ReadAll() is deprecated in favor of io.ReadAll() ioutil.ReadFile() is deprecated in favor of os.ReadFile()
Configuration menu - View commit details
-
Copy full SHA for de3498f - Browse repository at this point
Copy the full SHA de3498fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2348646 - Browse repository at this point
Copy the full SHA 2348646View commit details -
Configuration menu - View commit details
-
Copy full SHA for d26ab39 - Browse repository at this point
Copy the full SHA d26ab39View commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for aece9aa - Browse repository at this point
Copy the full SHA aece9aaView commit details -
Merge branch 'master' of https://github.com/hoppscotch/hopp-cli into …
…dependencies-and-makefile
Configuration menu - View commit details
-
Copy full SHA for ebafe9a - Browse repository at this point
Copy the full SHA ebafe9aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.