-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 671 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/codemedic/chimer
go 1.19
require (
github.com/ardanlabs/conf/v3 v3.1.2
github.com/faiface/beep v1.1.0
github.com/itchyny/volume-go v0.2.2
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/moutend/go-wca v0.2.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8 // indirect
golang.org/x/image v0.0.0-20190227222117-0694c2d4d067 // indirect
golang.org/x/mobile v0.0.0-20190415191353-3e0bab5405d6 // indirect
golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect
)