diff options
Diffstat (limited to 'internal/wayland')
| -rw-r--r-- | internal/wayland/conn.go | 2 | ||||
| -rw-r--r-- | internal/wayland/conn_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/wayland/conn.go b/internal/wayland/conn.go index 7aebafb8..0e709bbf 100644 --- a/internal/wayland/conn.go +++ b/internal/wayland/conn.go @@ -5,7 +5,7 @@ import ( "os" "syscall" - "hakurei.app/container/check" + "hakurei.app/check" ) // SecurityContext holds resources associated with a Wayland security_context. diff --git a/internal/wayland/conn_test.go b/internal/wayland/conn_test.go index 148f077b..a884c182 100644 --- a/internal/wayland/conn_test.go +++ b/internal/wayland/conn_test.go @@ -8,7 +8,7 @@ import ( "syscall" "testing" - "hakurei.app/container/check" + "hakurei.app/check" ) func TestSecurityContextClose(t *testing.T) { |
