Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
FT-Labs committed Jul 12, 2024
1 parent 6b5904a commit eab0269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit eab0269

Please sign in to comment.