File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
3535 - name : Setup Go ${{ matrix.go }}
36- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
36+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
3737 with :
3838 go-version : ${{ matrix.go }}
3939
@@ -43,12 +43,12 @@ jobs:
4343 bun-version : ${{ matrix.bun }}
4444
4545 - name : Initialize CodeQL
46- uses : github/codeql-action/init@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32 .0
46+ uses : github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33 .0
4747 with :
4848 languages : ${{ matrix.language }}
4949
5050 - name : Autobuild
51- uses : github/codeql-action/autobuild@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32 .0
51+ uses : github/codeql-action/autobuild@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33 .0
5252
5353 - name : Perform CodeQL Analysis
54- uses : github/codeql-action/analyze@b20883b0cd1f46c72ae0ba6d1090936928f9fa30 # v4.32 .0
54+ uses : github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33 .0
Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
20+ uses : actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 - name : Setup Go
2222 uses : actions/setup-go@v6
2323 with :
24- go-version : ' 1.25 '
24+ go-version : ' 1.26 '
2525
2626 - name : Run GoReleaser
27- uses : goreleaser/goreleaser-action@v6
27+ uses : goreleaser/goreleaser-action@v7
2828 with :
2929 distribution : goreleaser
3030 version : ' ~> v2'
Original file line number Diff line number Diff line change 2323 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424
2525 - name : Setup Go ${{ matrix.go }}
26- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
26+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2727 with :
2828 go-version : ${{ matrix.go }}
2929
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
2424 - name : Setup Go
25- uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
25+ uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
2626 with :
27- go-version : ' 1.25 '
27+ go-version : ' 1.26 '
2828
2929 - name : Setup Bun
3030 uses : oven-sh/setup-bun@v2
Original file line number Diff line number Diff line change 2727 "@types/bun" : " ^1.2.5" ,
2828 "@types/react" : " ^19.0.0" ,
2929 "@types/react-dom" : " ^19.0.0" ,
30- "@vitejs/plugin-react" : " ^5 .0.0" ,
30+ "@vitejs/plugin-react" : " ^6 .0.0" ,
3131 "concurrently" : " ^9.1.2" ,
3232 "drizzle-kit" : " ^0.31.0" ,
3333 "typescript" : " ^5.8.3" ,
34- "vite" : " ^7 .0.0"
34+ "vite" : " ^8 .0.0"
3535 }
3636}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ replace github.com/aperturerobotics/goscript => ../../
66
77require (
88 github.com/aperturerobotics/goscript v0.0.62-0.20260111070024-969f9456831b
9- github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204
9+ github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75
1010)
1111
1212require (
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
1212github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1313github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204 h1:YnveTg6h00DNa0rUaIImUk3icr3BIMedAbJparp1bVM =
1414github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204 /go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180 =
15+ github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 h1:JeSpp4dH/b6DwynjIVL8YDlOSNrEtfhhPajrT3CUUTI =
16+ github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 /go.mod h1:FXZFonkDAnFozmO+5hGAFvB0Yg9/j2SIhA/QuIkP180 =
1517github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
1618github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
1719github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg =
Original file line number Diff line number Diff line change @@ -3,19 +3,19 @@ module github.com/aperturerobotics/goscript
33go 1.25.3
44
55require (
6- github.com/aperturerobotics/cli v1.0.1
7- github.com/aperturerobotics/protobuf-go-lite v0.11.0
8- github.com/aperturerobotics/util v1.32.0
6+ github.com/aperturerobotics/cli v1.1.0
7+ github.com/aperturerobotics/protobuf-go-lite v0.12.2
8+ github.com/aperturerobotics/util v1.32.5
99 github.com/pkg/errors v0.9.1
10- github.com/sirupsen/logrus v1.9.5-0.20260226151524-34027eac4204
11- golang.org/x/mod v0.32 .0
12- golang.org/x/tools v0.41 .0
10+ github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75
11+ golang.org/x/mod v0.34 .0
12+ golang.org/x/tools v0.43 .0
1313)
1414
1515require (
16- github.com/aperturerobotics/common v0.24 .0 // indirect
17- github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
16+ github.com/aperturerobotics/common v0.32 .0 // indirect
17+ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726 // indirect
1818 github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
19- golang.org/x/sync v0.19 .0 // indirect
20- golang.org/x/sys v0.40 .0 // indirect
19+ golang.org/x/sync v0.20 .0 // indirect
20+ golang.org/x/sys v0.42 .0 // indirect
2121)
You can’t perform that action at this time.
0 commit comments