-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathgo.mod
24 lines (21 loc) · 777 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/dingdong-grabber
go 1.17
require (
github.com/faiface/beep v1.1.0
github.com/google/uuid v1.3.0
github.com/robfig/cron/v3 v3.0.1
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
k8s.io/klog v1.0.0
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/hajimehoshi/go-mp3 v0.3.0 // indirect
github.com/hajimehoshi/oto v0.7.1 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // 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-20210423082822-04245dca01da // indirect
)