mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 19:52:41 +08:00

* Test release workflow * Update release.yml * Update release.yml * add linux deps * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Update release.yml * Fix: Misc tests * Fix: Misc tests + linux build tags * Fix: Bindings tests + move templates to pkg. Add json schema for templates * Fix: template tests * Add tests to release workflow. Test for go 1.18 + go 1.19 Fix: ignore .m files for non darwin builds. Fix watcher test. Fix warning in clilogger. * Fix release pipeline * Matrix for tests * Rename templates to make tests work * Update template test * Debug template test * Debug template test * Debug template test * Fix gitignore * Update release.yml
35 lines
1.4 KiB
Cheetah
35 lines
1.4 KiB
Cheetah
module changeme
|
|
|
|
go 1.18
|
|
|
|
require github.com/wailsapp/wails/v2 {{.WailsVersion}}
|
|
|
|
require (
|
|
github.com/andybalholm/brotli v1.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/fasthttp/websocket v0.0.0-20200320073529-1554a54587ab // indirect
|
|
github.com/wailsapp/mimetype v1.4.1-beta.1
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/gofiber/fiber/v2 v2.17.0 // indirect
|
|
github.com/gofiber/websocket/v2 v2.0.8 // indirect
|
|
github.com/google/uuid v1.1.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jchv/go-winloader v0.0.0-20200815041850-dec1ee9a7fd5 // indirect
|
|
github.com/klauspost/compress v1.12.2 // indirect
|
|
github.com/leaanthony/debme v1.2.1 // indirect
|
|
github.com/leaanthony/go-ansi-parser v1.0.1 // indirect
|
|
github.com/leaanthony/slicer v1.5.0 // indirect
|
|
github.com/leaanthony/typescriptify-golang-structs v0.1.7 // indirect
|
|
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/savsgio/gotils v0.0.0-20200117113501-90175b0fbe3f // indirect
|
|
github.com/tkrajina/go-reflector v0.5.5 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasthttp v1.28.0 // indirect
|
|
github.com/valyala/tcplisten v1.0.0 // indirect
|
|
golang.org/x/net v0.0.0-20210510120150-4163338589ed // indirect
|
|
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
|
|
)
|
|
|
|
// replace github.com/wailsapp/wails/v2 {{.WailsVersion}} => {{.WailsDirectory}}
|