Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

Dependencies, go version update, and Makefile fixes #44

Merged
merged 9 commits into from
Dec 15, 2021
Merged

Dependencies, go version update, and Makefile fixes #44

merged 9 commits into from
Dec 15, 2021

Commits on Dec 5, 2021

  1. Configuration menu
    Copy the full SHA
    b6f1369 View commit details
    Browse the repository at this point in the history
  2. fixed Makefile:

    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.
    gbmor committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    493afd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bae6cb View commit details
    Browse the repository at this point in the history
  4. 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.
    gbmor committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    f721826 View commit details
    Browse the repository at this point in the history
  5. 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()
    gbmor committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    de3498f View commit details
    Browse the repository at this point in the history
  6. wrap errors when bubbling up

    gbmor committed Dec 5, 2021
    Configuration menu
    Copy the full SHA
    2348646 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d26ab39 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    aece9aa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/hoppscotch/hopp-cli into …

    …dependencies-and-makefile
    gbmor committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    ebafe9a View commit details
    Browse the repository at this point in the history