File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.3
4
4
5
5
require (
6
6
github.com/extism/go-sdk v1.7.1
7
- github.com/risor-io/risor v1.7.0
7
+ github.com/risor-io/risor v1.8.1
8
8
github.com/stretchr/testify v1.10.0
9
9
github.com/tetratelabs/wazero v1.9.0
10
10
go.starlark.net v0.0.0-20250417143717-f57e51f710eb
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
17
17
github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
18
18
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U =
19
19
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
20
- github.com/risor-io/risor v1.7.0 h1:Na+eUTaWHa1pOjRUdhCEKWFStQT8VnsgthZ2vUqk3rg =
21
- github.com/risor-io/risor v1.7.0 /go.mod h1:aDLqChiRcPwIbD6gvaNdpXJiKRxZ8w6bUAKIcDEB3q0 =
22
- github.com/rogpeppe/go-internal v1.12.0 h1:exVL4IDcn6na9z1rAb56Vxr+CgyK3nn3O+epU5NdKM8 =
23
- github.com/rogpeppe/go-internal v1.12.0 /go.mod h1:E+RYuTGaKKdloAfM02xzb0FW3Paa99yedzYV+kq4uf4 =
20
+ github.com/risor-io/risor v1.8.1 h1:FaycOBo56LudgozpU3FkSBxBgzQJs4GJ4lAno/M2CFo =
21
+ github.com/risor-io/risor v1.8.1 /go.mod h1:OuP9WH8h3dzvK7NDfBTA+k095dyTaQxWi/qPTCx3W0g =
22
+ github.com/rogpeppe/go-internal v1.13.1 h1:KvO1DLK/DRN07sQ1LQKScxyZJuNnedQ5/wKSR38lUII =
23
+ github.com/rogpeppe/go-internal v1.13.1 /go.mod h1:uMEvuHeurkdAXX61udpOXGD/AzZDWNMNyH2VO9fmH0o =
24
24
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY =
25
25
github.com/stretchr/objx v0.5.2 /go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA =
26
26
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
4
" config:recommended"
5
- ]
5
+ ],
6
+ "postUpdateOptions" : [" gomodTidy" ]
6
7
}
You can’t perform that action at this time.
0 commit comments