Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit a76fd5a

Browse files
author
Tuxx
committed
updated go.mod, package now only does amd64
1 parent 6c79fb7 commit a76fd5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
APP := fancylock
2-
ARCHES := amd64 arm64 arm
2+
ARCHES := amd64
33
BIN := bin
44
DIST := dist
55
INSTALL_PATH := /usr/local/bin

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ require (
77
github.com/msteinert/pam v1.2.0
88
github.com/neurlang/wayland v0.2.1
99
github.com/tuxx/wayland-ext-session-lock-go v0.0.0-20250328013740-430eff7f7869
10+
golang.org/x/image v0.25.0
1011
golang.org/x/sys v0.21.0
1112
)
1213

1314
require (
1415
github.com/yalue/native_endian v1.0.2 // indirect
15-
golang.org/x/image v0.25.0 // indirect
1616
golang.org/x/text v0.23.0 // indirect
1717
)

0 commit comments

Comments
 (0)