File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/dave/jennifer v1.7.1
1111 github.com/fatih/color v1.18.0
1212 github.com/mattn/go-sqlite3 v1.14.28
13- github.com/risor-io/risor v1.8.0
13+ github.com/risor-io/risor v1.8.2-0.20250707023939-80191a41dbe4
1414 github.com/risor-io/risor/modules/bcrypt v1.8.0
1515 github.com/risor-io/risor/modules/carbon v1.7.0
1616 github.com/risor-io/risor/modules/cli v1.8.0
Original file line number Diff line number Diff line change @@ -179,6 +179,8 @@ github.com/pterm/pterm v0.12.40 h1:LvQE43RYegVH+y5sCDcqjlbsRu0DlAecEn9FDfs9ePs=
179179github.com/pterm/pterm v0.12.40 /go.mod h1:ffwPLwlbXxP+rxT0GsgDTzS3y3rmpAO1NMjUkGTYf8s =
180180github.com/risor-io/risor v1.8.0 h1:wKsJy2m0PK67hjadCykiXlcj5j4ztEim7gnsGe7ghok =
181181github.com/risor-io/risor v1.8.0 /go.mod h1:OuP9WH8h3dzvK7NDfBTA+k095dyTaQxWi/qPTCx3W0g =
182+ github.com/risor-io/risor v1.8.2-0.20250707023939-80191a41dbe4 h1:A5DTODDKp7WCCDuvr0ZV7ItNbW00ont1Nzbm4nYkVMw =
183+ github.com/risor-io/risor v1.8.2-0.20250707023939-80191a41dbe4 /go.mod h1:OuP9WH8h3dzvK7NDfBTA+k095dyTaQxWi/qPTCx3W0g =
182184github.com/risor-io/risor/modules/bcrypt v1.8.0 h1:V030y29DFH0o53vM1o3Fdblxc7XZhbxJtLsXD0KfIIo =
183185github.com/risor-io/risor/modules/bcrypt v1.8.0 /go.mod h1:ZPzPnoWoM4KakcdeYLrnmLlDW07NNWlXDLLTTsO61AU =
184186github.com/risor-io/risor/modules/carbon v1.7.0 h1:/HcjiifdeZrSGiaYgiKdn5I5sK5AwztJJ1FqBDvK+aU =
Original file line number Diff line number Diff line change 11package main
22
3- const Version = "v0.8.6 "
3+ const Version = "v0.9.0 "
You can’t perform that action at this time.
0 commit comments