From 517054f0131b1f5b9443473b0d60e45489dd1e25 Mon Sep 17 00:00:00 2001 From: piotr Date: Fri, 29 Nov 2024 00:34:06 +0100 Subject: [PATCH] update get --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9efbae4..24f6eff 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ get: - go get github.com/gotk3/gotk3 - go get github.com/gotk3/gotk3/gdk - go get github.com/gotk3/gotk3/glib - go get github.com/dlasky/gotk3-layershell/layershell + go get github.com/diamondburned/gotk4/pkg/gdk/v3 + go get github.com/diamondburned/gotk4/pkg/glib/v2 + go get github.com/diamondburned/gotk4/pkg/gtk/v3 + go get github.com/diamondburned/gotk4-layer-shell/pkg/gtklayershell go get github.com/joshuarubin/go-sway go get github.com/allan-simon/go-singleinstance - go get "github.com/sirupsen/logrus" + go get github.com/sirupsen/logrus go get github.com/fsnotify/fsnotify build: