diff options
author | Özgür Kesim <oec@codeblau.de> | 2022-02-05 12:54:32 +0100 |
---|---|---|
committer | Özgür Kesim <oec@codeblau.de> | 2022-02-05 12:54:32 +0100 |
commit | b325aabc3f74567d6445f2bd23f63a68fc237583 (patch) | |
tree | 2db419fefd2a5ffcf6db0e11ba05906104ab0435 /go.mod |
init
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +module puvol + +go 1.17 + +require mrogalski.eu/go/pulseaudio v0.0.0-20200511091429-8449222912dd |