@@ -79,7 +79,7 @@ go install -tags aws,k8s,vault .
79
79
Use ` go get ` to add Risor as a dependency of your Go program:
80
80
81
81
``` bash
82
- go get github.com/risor-io/risor@v1.4 .0
82
+ go get github.com/risor-io/risor@v1.5 .0
83
83
```
84
84
85
85
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:
159
159
160
160
| Name | Path | Go Get Command |
161
161
| -------- | ------------------------------------------ | ------------------------------------------------------------ |
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 ` |
173
173
174
174
These add-ons are included by default when using the Risor CLI. However, when
175
175
building Risor into your own program, you'll need to opt-in using ` go get ` as
0 commit comments