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

Commit

Permalink
fix #68: go get failed with invalid version error
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Jan 25, 2022
1 parent 94665f1 commit b3691fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $ bash -c "$(wget https://httprunner.oss-cn-beijing.aliyuncs.com/install.sh -O -
If you are a golang developer, you can also install `hrp` with `go get`.

```bash
$ go get -u github.com/httprunner/hrp/cli/hrp
$ go get github.com/httprunner/hrp/cli/hrp
```

Since installed, you will get a `hrp` command with multiple sub-commands.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/denisbrodbeck/machineid v1.0.1
github.com/getsentry/sentry-go v0.11.0
github.com/google/uuid v1.3.0
github.com/httprunner/hrp/plugin v0.0.0-00010101000000-000000000000
github.com/httprunner/hrp/plugin v0.0.0
github.com/jinzhu/copier v0.3.2
github.com/jmespath/go-jmespath v0.4.0
github.com/maja42/goval v1.2.1
Expand Down

0 comments on commit b3691fe

Please sign in to comment.