mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Bumps the go_modules group with 2 updates in the /v2 directory: [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) and [golang.org/x/image](https://github.com/golang/image). Bumps the go_modules group with 1 update in the /v2/examples/customlayout directory: [golang.org/x/net](https://github.com/golang/net). Bumps the go_modules group with 1 update in the /v2/internal/staticanalysis/test/standard directory: [golang.org/x/net](https://github.com/golang/net). Updates `github.com/go-git/go-git/v5` from 5.13.2 to 5.16.5 - [Release notes](https://github.com/go-git/go-git/releases) - [Commits](https://github.com/go-git/go-git/compare/v5.13.2...v5.16.5) Updates `golang.org/x/net` from 0.35.0 to 0.47.0 - [Commits](https://github.com/golang/net/compare/v0.35.0...v0.38.0) Updates `github.com/cloudflare/circl` from 1.3.7 to 1.6.1 - [Release notes](https://github.com/cloudflare/circl/releases) - [Commits](https://github.com/cloudflare/circl/compare/v1.3.7...v1.6.1) Updates `golang.org/x/crypto` from 0.33.0 to 0.45.0 - [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.45.0) Updates `golang.org/x/image` from 0.12.0 to 0.18.0 - [Commits](https://github.com/golang/image/compare/v0.12.0...v0.18.0) Updates `golang.org/x/net` from 0.35.0 to 0.38.0 - [Commits](https://github.com/golang/net/compare/v0.35.0...v0.38.0) Updates `golang.org/x/crypto` from 0.33.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.45.0) Updates `golang.org/x/net` from 0.23.0 to 0.38.0 - [Commits](https://github.com/golang/net/compare/v0.35.0...v0.38.0) Updates `golang.org/x/crypto` from 0.21.0 to 0.36.0 - [Commits](https://github.com/golang/crypto/compare/v0.33.0...v0.45.0) --- updated-dependencies: - dependency-name: github.com/go-git/go-git/v5 dependency-version: 5.16.5 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: github.com/cloudflare/circl dependency-version: 1.6.1 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/image dependency-version: 0.18.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.36.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.36.0 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| app.go | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
| wails.json | ||
README
About
This is the official Wails Vanilla template.
You can configure the project by editing wails.json. More information about the project settings can be found
here: https://wails.io/docs/reference/project-config
Live Development
To run in live development mode, run wails dev in the project directory. This will run a Vite development
server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser
and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect
to this in your browser, and you can call your Go code from devtools.
Building
To build a redistributable, production mode package, use wails build.