Skip to content

Commit 2f555f1

Browse files
authored
Update version in readme (deepnoodle-ai#203)
1 parent 083b701 commit 2f555f1

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ go install -tags aws,k8s,vault .
7979
Use `go get` to add Risor as a dependency of your Go program:
8080

8181
```bash
82-
go get github.com/risor-io/risor@v1.4.0
82+
go get github.com/risor-io/risor@v1.5.0
8383
```
8484

8585
Here's an example of using the `risor.Eval` API to evaluate some code:
@@ -159,17 +159,17 @@ installed with `go get` as separate dependencies:
159159

160160
| Name | Path | Go Get Command |
161161
| -------- | ------------------------------------------ | ------------------------------------------------------------ |
162-
| aws | [modules/aws](./modules/aws) | `go get github.com/risor-io/risor/modules/aws@v1.4.0` |
163-
| cli | [modules/cli](./modules/cli) | `go get github.com/risor-io/risor/modules/cli@v1.4.0` |
164-
| image | [modules/image](./modules/image) | `go get github.com/risor-io/risor/modules/image@v1.4.0` |
165-
| jmespath | [modules/jmespath](./modules/jmespath) | `go get github.com/risor-io/risor/modules/jmespath@v1.4.0` |
166-
| k8s | [modules/kubernetes](./modules/kubernetes) | `go get github.com/risor-io/risor/modules/kubernetes@v1.4.0` |
167-
| pgx | [modules/pgx](./modules/pgx) | `go get github.com/risor-io/risor/modules/pgx@v1.4.0` |
168-
| s3fs | [os/s3fs](./os/s3fs) | `go get github.com/risor-io/risor/os/s3fs@v1.4.0` |
169-
| sql | [modules/sql](./modules/sql) | `go get github.com/risor-io/risor/modules/sql@v1.4.0` |
170-
| template | [modules/template](./modules/template) | `go get github.com/risor-io/risor/modules/template@v1.4.0` |
171-
| uuid | [modules/uuid](./modules/uuid) | `go get github.com/risor-io/risor/modules/uuid@v1.4.0` |
172-
| vault | [modules/vault](./modules/vault) | `go get github.com/risor-io/risor/modules/vault@v1.4.0` |
162+
| aws | [modules/aws](./modules/aws) | `go get github.com/risor-io/risor/modules/aws@v1.5.0` |
163+
| cli | [modules/cli](./modules/cli) | `go get github.com/risor-io/risor/modules/cli@v1.5.0` |
164+
| image | [modules/image](./modules/image) | `go get github.com/risor-io/risor/modules/image@v1.5.0` |
165+
| jmespath | [modules/jmespath](./modules/jmespath) | `go get github.com/risor-io/risor/modules/jmespath@v1.5.0` |
166+
| k8s | [modules/kubernetes](./modules/kubernetes) | `go get github.com/risor-io/risor/modules/kubernetes@v1.5.0` |
167+
| pgx | [modules/pgx](./modules/pgx) | `go get github.com/risor-io/risor/modules/pgx@v1.5.0` |
168+
| s3fs | [os/s3fs](./os/s3fs) | `go get github.com/risor-io/risor/os/s3fs@v1.5.0` |
169+
| sql | [modules/sql](./modules/sql) | `go get github.com/risor-io/risor/modules/sql@v1.5.0` |
170+
| template | [modules/template](./modules/template) | `go get github.com/risor-io/risor/modules/template@v1.5.0` |
171+
| uuid | [modules/uuid](./modules/uuid) | `go get github.com/risor-io/risor/modules/uuid@v1.5.0` |
172+
| vault | [modules/vault](./modules/vault) | `go get github.com/risor-io/risor/modules/vault@v1.5.0` |
173173

174174
These add-ons are included by default when using the Risor CLI. However, when
175175
building Risor into your own program, you'll need to opt-in using `go get` as

0 commit comments

Comments
 (0)