13 lines
247 B
Modula-2
Executable File
13 lines
247 B
Modula-2
Executable File
module audio-recorder
|
|
|
|
go 1.26.1
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/hirochachacha/go-smb2 v1.1.0
|
|
github.com/mattn/go-sqlite3 v1.14.42
|
|
golang.org/x/crypto v0.50.0
|
|
)
|
|
|
|
require github.com/geoffgarside/ber v1.1.0 // indirect
|