File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed
examples/component/http-password-checker Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 11module http-password-checker
22
3- go 1.23.0
3+ go 1.24
44
55require (
66 github.com/stretchr/testify v1.10.0
@@ -29,3 +29,8 @@ require (
2929 golang.org/x/tools v0.29.0 // indirect
3030 gopkg.in/yaml.v3 v3.0.1 // indirect
3131)
32+
33+ tool (
34+ go.bytecodealliance.org/cmd/wit-bindgen-go
35+ go.wasmcloud.dev/wadge/cmd/wadge-bindgen-go
36+ )
Original file line number Diff line number Diff line change 1- //go:generate go run go.bytecodealliance.org/cmd/ wit-bindgen-go generate --world hello --out gen ./wit
1+ //go:generate go tool wit-bindgen-go generate --world hello --out gen ./wit
22package main
33
44import (
Original file line number Diff line number Diff line change 1- //go:generate go run go.wasmcloud.dev/wadge/cmd/ wadge-bindgen-go -test
1+ //go:generate go tool wadge-bindgen-go -test
22
33package main
44
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments