Skip to content

Commit 761ed47

Browse files
committed
Bump Risor to 1.8.0
1 parent 6a8ad77 commit 761ed47

File tree

3 files changed

+19
-8
lines changed

3 files changed

+19
-8
lines changed

go.mod

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,17 @@ require (
1212
github.com/dave/jennifer v1.7.1
1313
github.com/fatih/color v1.18.0
1414
github.com/mattn/go-sqlite3 v1.14.24
15-
github.com/risor-io/risor v1.6.1-0.20250501165217-ec16fd3f4fbb
15+
github.com/risor-io/risor v1.8.0
1616
github.com/risor-io/risor/modules/bcrypt v1.7.0
1717
github.com/risor-io/risor/modules/carbon v1.7.0
1818
github.com/risor-io/risor/modules/cli v1.7.0
19-
github.com/risor-io/risor/modules/semver v1.7.0
19+
github.com/risor-io/risor/modules/color v1.8.0
20+
github.com/risor-io/risor/modules/semver v1.8.0
2021
github.com/risor-io/risor/modules/sql v1.7.0
22+
github.com/risor-io/risor/modules/tablewriter v1.8.0
2123
github.com/risor-io/risor/modules/template v1.7.0
2224
github.com/risor-io/risor/modules/uuid v1.7.0
25+
github.com/risor-io/risor/modules/yaml v1.8.0
2326
)
2427

2528
require (
@@ -86,7 +89,7 @@ require (
8689
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
8790
golang.org/x/net v0.28.0 // indirect
8891
golang.org/x/oauth2 v0.22.0 // indirect
89-
golang.org/x/sys v0.32.0 // indirect
92+
golang.org/x/sys v0.33.0 // indirect
9093
golang.org/x/term v0.30.0 // indirect
9194
golang.org/x/text v0.23.0 // indirect
9295
golang.org/x/time v0.6.0 // indirect

go.sum

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,22 +183,30 @@ github.com/pterm/pterm v0.12.33/go.mod h1:x+h2uL+n7CP/rel9+bImHD5lF3nM9vJj80k9yb
183183
github.com/pterm/pterm v0.12.36/go.mod h1:NjiL09hFhT/vWjQHSj1athJpx6H8cjpHXNAK5bUw8T8=
184184
github.com/pterm/pterm v0.12.40 h1:LvQE43RYegVH+y5sCDcqjlbsRu0DlAecEn9FDfs9ePs=
185185
github.com/pterm/pterm v0.12.40/go.mod h1:ffwPLwlbXxP+rxT0GsgDTzS3y3rmpAO1NMjUkGTYf8s=
186-
github.com/risor-io/risor v1.6.1-0.20250501165217-ec16fd3f4fbb h1:F/z6HkkoPQtoHKUbUbk9+j4rAhdPpWANpvkBCwRKPek=
187-
github.com/risor-io/risor v1.6.1-0.20250501165217-ec16fd3f4fbb/go.mod h1:RdG0lk6uTwayrqtYQh8sY6SRreCOioI8m9gtzzF5Hw0=
186+
github.com/risor-io/risor v1.8.0 h1:wKsJy2m0PK67hjadCykiXlcj5j4ztEim7gnsGe7ghok=
187+
github.com/risor-io/risor v1.8.0/go.mod h1:OuP9WH8h3dzvK7NDfBTA+k095dyTaQxWi/qPTCx3W0g=
188188
github.com/risor-io/risor/modules/bcrypt v1.7.0 h1:NXwIgKYgdAy+4ctkMQge+vLGYuN042KnRvIMKsuU8dE=
189189
github.com/risor-io/risor/modules/bcrypt v1.7.0/go.mod h1:opSc0wsq4BJptlZgr/oq4a3lFoItjPNlzEZ48gvA4Rk=
190190
github.com/risor-io/risor/modules/carbon v1.7.0 h1:/HcjiifdeZrSGiaYgiKdn5I5sK5AwztJJ1FqBDvK+aU=
191191
github.com/risor-io/risor/modules/carbon v1.7.0/go.mod h1:epsC0wicM0vtIc9F7li+PC2tgXH3RDEN1IwBHj0DpHw=
192192
github.com/risor-io/risor/modules/cli v1.7.0 h1:gNkWioV1bP6jQgjlo/j/nFb6IEIrID7f/6ytupbQ2iA=
193193
github.com/risor-io/risor/modules/cli v1.7.0/go.mod h1:JfOJbVPUNaQVMtgWvA74snK1kOjAKMvgdSIdho8YgbA=
194+
github.com/risor-io/risor/modules/color v1.8.0 h1:EcEvF251I5s1MPwXiCLaNg/PnGsNUiYdymi2pVHnypE=
195+
github.com/risor-io/risor/modules/color v1.8.0/go.mod h1:o5Ww0TYP6zada5wUFfXUcuo9ZB3UmZgKgMLQ/QbFbPk=
194196
github.com/risor-io/risor/modules/semver v1.7.0 h1:ABDU7VraVagW1MPYkEILH7VZ4EQlK0oYOmus3fKhfGQ=
195197
github.com/risor-io/risor/modules/semver v1.7.0/go.mod h1:1gD90I5ZACzq5pex4ZvimRdEYQZVp+xwgRdCz1rJKzA=
198+
github.com/risor-io/risor/modules/semver v1.8.0 h1:Dhi4nQS1kNp84cIzGob1XydMG2e7FAQCqlrDxtnHG20=
199+
github.com/risor-io/risor/modules/semver v1.8.0/go.mod h1:Xo1ZZyWyg6cznBDLrstFHhjbtzcqZm5lZHW49Oh5/p0=
196200
github.com/risor-io/risor/modules/sql v1.7.0 h1:dcRFn4pbtN2wK67Wx9uodP16/fwMa8cffuKsa0YWlhY=
197201
github.com/risor-io/risor/modules/sql v1.7.0/go.mod h1:yMOo5Fcmd6WWjziB897x3u1lIN/mz8mlP2TYWfb30mk=
202+
github.com/risor-io/risor/modules/tablewriter v1.8.0 h1:C2Oc9M8fyIhob1m4siclh2/t7SCOPnwGgNMypHa64pY=
203+
github.com/risor-io/risor/modules/tablewriter v1.8.0/go.mod h1:TrALbJ9L4bzRQiMArGIN8vXXOg79jK6lkaOWc8TmpbY=
198204
github.com/risor-io/risor/modules/template v1.7.0 h1:WApo7rgJ7vTXauTiLXKVc5GtvTl7JbbZzSV7JdmrZ74=
199205
github.com/risor-io/risor/modules/template v1.7.0/go.mod h1:6jHtR7/YujswRfymPJtDj86cxl3XLz4l8S4cuj6UYGM=
200206
github.com/risor-io/risor/modules/uuid v1.7.0 h1:jRVoqhiqk6XmrkftiyypW0okIIt6hto5bV+qZf+ydQg=
201207
github.com/risor-io/risor/modules/uuid v1.7.0/go.mod h1:BnmgaNHVMDXpWzE74TiHPhj7GScq44PqEAftgGGxZiM=
208+
github.com/risor-io/risor/modules/yaml v1.8.0 h1:xUu65r9/8PQHW0K8GeMDX5TOcXKyzRTlJMcodTiyspc=
209+
github.com/risor-io/risor/modules/yaml v1.8.0/go.mod h1:FQDdLYGffopYMECsI1LVaTohwoK5Sjt1NYGtNN3YKdw=
202210
github.com/rivo/uniseg v0.1.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
203211
github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc=
204212
github.com/rivo/uniseg v0.4.7 h1:WUdvkW8uEhrYfLC4ZzdpI2ztxP1I582+49Oc5Mq64VQ=
@@ -275,8 +283,8 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc
275283
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
276284
golang.org/x/sys v0.0.0-20220319134239-a9b59b0215f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
277285
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
278-
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
279-
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
286+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
287+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
280288
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
281289
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
282290
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const Version = "v0.8.0"
3+
const Version = "v0.8.1"

0 commit comments

Comments
 (0)