diff --git a/Makefile b/Makefile index e2accab..d0cd4da 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ build: $(SRC) deps: $(SRC) ${GOCMD} get github.com/gotk3/gotk3@latest + ${GOCMD} get -u github.com/gotk3/gotk3@master clean: rm -f ${PROG} diff --git a/go.mod b/go.mod index 6585d49..64eef40 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/FT-Labs/physettings-gtk go 1.21.3 -require github.com/gotk3/gotk3 v0.6.2 +require github.com/gotk3/gotk3 v0.6.5-0.20240618185848-ff349ae13f56