Skip to content

Commit

Permalink
#13 - updated dialog and systray dependencies for fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Sep 9, 2024
1 parent b812213 commit d079c65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ require (
github.com/martinlindhe/notify v0.0.0-20181008203735-20632c9a275a
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/nyaosorg/go-windows-dbg v0.0.0-20210914123807-2acba179a4e5
github.com/project-faster/dialog v1.0.0
github.com/project-faster/systray v1.3.1
github.com/project-faster/dialog v1.1.0
github.com/project-faster/systray v1.4.0
github.com/segmentio/fasthash v1.0.3
github.com/stretchr/testify v1.8.2
gonum.org/v1/plot v0.12.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINE
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/project-faster/dialog v1.0.0 h1:06jkBvHcHWo98YDD+gZhR1yLfXLseOxEVlE901x2ozQ=
github.com/project-faster/dialog v1.0.0/go.mod h1:w6I9kRdTYV8b5XO/UYm5hobK2m8CiD+t6ewqcOpciw0=
github.com/project-faster/systray v1.3.1 h1:R9YcpBLNJB8MP/ehyqv4oksoKN2FwSBRECXHr1Ogkxw=
github.com/project-faster/systray v1.3.1/go.mod h1:Bv4Bn5c79K7vmV21sogt+am4rDUDN8NWDZoiJ0CgfvI=
github.com/project-faster/dialog v1.1.0 h1:X8VuaoQYyODaCu9WCGtKMHH7JxS9OvGoVuVsOcaceQw=
github.com/project-faster/dialog v1.1.0/go.mod h1:w6I9kRdTYV8b5XO/UYm5hobK2m8CiD+t6ewqcOpciw0=
github.com/project-faster/systray v1.4.0 h1:0pY5iJt4MfjKPDx5YB6wFN44RS1t5IndQWn9Y4a8w2o=
github.com/project-faster/systray v1.4.0/go.mod h1:Bv4Bn5c79K7vmV21sogt+am4rDUDN8NWDZoiJ0CgfvI=
github.com/quic-go/qtls-go1-18 v0.2.0 h1:5ViXqBZ90wpUcZS0ge79rf029yx0dYB0McyPJwqqj7U=
github.com/quic-go/qtls-go1-18 v0.2.0/go.mod h1:moGulGHK7o6O8lSPSZNoOwcLvJKJ85vVNc7oJFD65bc=
github.com/quic-go/qtls-go1-19 v0.2.0 h1:Cvn2WdhyViFUHoOqK52i51k4nDX8EwIh5VJiVM4nttk=
Expand Down

0 comments on commit d079c65

Please sign in to comment.