Initial commit

This commit is contained in:
2026-04-20 13:56:00 +02:00
commit 7ff7fdd0cc
5 changed files with 529 additions and 0 deletions

13
go.mod Normal file
View File

@@ -0,0 +1,13 @@
module github.com/bellpilot/bell-silencer
go 1.26.2
require (
github.com/creack/pty v1.1.24 // indirect
github.com/ebitengine/oto/v3 v3.4.0 // indirect
github.com/ebitengine/purego v0.9.0 // indirect
github.com/gordonklaus/portaudio v0.0.0-20260203164431-765aa7dfa631 // indirect
github.com/hajimehoshi/oto/v2 v2.4.3 // indirect
golang.org/x/sys v0.43.0 // indirect
golang.org/x/term v0.42.0 // indirect
)