Skip to content

Commit

Permalink
build: fix go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Theo Paris committed Nov 23, 2023
1 parent 4d75320 commit 67f282b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 31 deletions.
13 changes: 8 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
module hyprland-share-picker
module github.com/DRAGONTOS/xdg-desktop-portal-hyprland

go 1.21.4

require (
github.com/diamondburned/gotk4/pkg v0.0.5 // indirect
github.com/edjubert/hyprland-ipc-go v0.0.26 // indirect
github.com/edjubert/hyprland-share-picker-gtk v0.0.1 // indirect
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 // indirect
github.com/diamondburned/gotk4/pkg v0.0.5
github.com/edjubert/hyprland-ipc-go v0.0.26
github.com/edjubert/hyprland-share-picker-gtk v0.0.1
)

require (
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230221090011-e4bae7ad2296 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
)
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@ github.com/edjubert/hyprland-share-picker-gtk v0.0.1 h1:2DBAG2x1vMvqWOfDtmqiILAz
github.com/edjubert/hyprland-share-picker-gtk v0.0.1/go.mod h1:ClrE1cTwyG1fV8zyqvW2AcgC/3IWBd8E8Zki49DIceo=
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230221090011-e4bae7ad2296 h1:QJ/xcIANMLApehfgPCHnfK1hZiaMmbaTVmPv7DAoTbo=
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230221090011-e4bae7ad2296/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E=
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6 h1:lGdhQUN/cnWdSH3291CUuxSEqc+AsGTiDxPP3r2J0l4=
go4.org/unsafe/assume-no-moving-gc v0.0.0-20231121144256-b99613f794b6/go.mod h1:FftLjUGFEDu5k8lt0ddY+HcrH/qU/0qk+H8j9/nTl3E=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
14 changes: 0 additions & 14 deletions hyprland-share-picker/go.mod

This file was deleted.

10 changes: 0 additions & 10 deletions hyprland-share-picker/go.sum

This file was deleted.

0 comments on commit 67f282b

Please sign in to comment.