Initial commit
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user