File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 - name : Set up Go
2020 uses : actions/setup-go@v5
2121 with :
22- go-version : " 1.25.3 "
22+ go-version : " 1.25.5 "
2323 cache : true
2424 cache-dependency-path : |
2525 **/go.sum
6161 - name : Set up Go
6262 uses : actions/setup-go@v5
6363 with :
64- go-version : " 1.25.3 "
64+ go-version : " 1.25.5 "
6565 cache : true
6666 cache-dependency-path : |
6767 **/go.sum
9191 - name : Set up Go
9292 uses : actions/setup-go@v5
9393 with :
94- go-version : " 1.25.3 "
94+ go-version : " 1.25.5 "
9595 cache : true
9696 cache-dependency-path : |
9797 **/go.sum
Original file line number Diff line number Diff line change 11module github.com/Dobefu/DLiteScript-playground-wasm
22
3- go 1.25.3
3+ go 1.25.5
44
5- require github.com/Dobefu/DLiteScript v0.1.1
5+ require github.com/Dobefu/DLiteScript v0.1.2
66
7- require github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf // indirect
7+ require github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab // indirect
88
99replace github.com/Dobefu/DLiteScript => ../../../
Original file line number Diff line number Diff line change 11github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf h1:54Pm/NspztlqCrmHKdZ0iFmIbpKc4hFPOzAD8oxv2Rc =
22github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf /go.mod h1:W8c6SFAQ1yMvyM++Qwt+8rFpUOfY4qGeZph2JMGmFho =
3+ github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab h1:hH27w5Oebg1TJrDv+ofl1bYCsaosjfi+1C/kWCCnaFg =
4+ github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab /go.mod h1:yDv1G7gFR9ChNR8bVxJUYnDcRUt0wUcOGhATSMfuTII =
Original file line number Diff line number Diff line change 11module github.com/Dobefu/DLiteScript
22
3- go 1.25.3
3+ go 1.25.5
44
55require (
6- github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf
6+ github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab
77 github.com/spf13/cobra v1.10.2
88)
99
Original file line number Diff line number Diff line change 11github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf h1:54Pm/NspztlqCrmHKdZ0iFmIbpKc4hFPOzAD8oxv2Rc =
22github.com/Dobefu/vee-em v0.0.0-20251102134725-761c61f60daf /go.mod h1:W8c6SFAQ1yMvyM++Qwt+8rFpUOfY4qGeZph2JMGmFho =
3+ github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab h1:hH27w5Oebg1TJrDv+ofl1bYCsaosjfi+1C/kWCCnaFg =
4+ github.com/Dobefu/vee-em v0.0.0-20251230164642-fbf4242704ab /go.mod h1:yDv1G7gFR9ChNR8bVxJUYnDcRUt0wUcOGhATSMfuTII =
35github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
46github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8 =
57github.com/inconshreveable/mousetrap v1.1.0 /go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw =
You can’t perform that action at this time.
0 commit comments