Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wails in go.sum #134

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Nov 7, 2023

  1. Update wails in go.sum

    Summary: Fixes mismatch in wails version between `go.mod` and `go.sum`.
    Fixes the following issue with vendoring mods:
    
    Before:
    
    ```
    $ go mod vendor && echo success
    go: github.com/wailsapp/[email protected]: missing go.sum entry for go.mod file; to add it:
            go mod download github.com/wailsapp/wails
    ```
    
    After:
    
    ```
    $ go mod vendor && echo success
    success
    ```
    mareksapota committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4a57884 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    0870ded View commit details
    Browse the repository at this point in the history