-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
40 lines (37 loc) · 1.66 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/blues/notehub-watch
go 1.17
require (
github.com/blues/note-go v1.4.9
github.com/google/uuid v1.3.0
github.com/sendgrid/sendgrid-go v3.11.0+incompatible
)
require (
github.com/DataDog/datadog-api-client-go v1.10.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aws/aws-sdk-go v1.43.16 // indirect
github.com/creack/goselect v0.1.1 // indirect
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/gofrs/flock v0.7.1 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/jessevdk/go-flags v1.5.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.3 // indirect
github.com/richardlehane/msoleps v1.0.1 // indirect
github.com/sendgrid/rest v2.6.8+incompatible // indirect
github.com/shirou/gopsutil/v3 v3.21.6 // indirect
github.com/slack-go/slack v0.10.2 // indirect
github.com/tklauser/go-sysconf v0.3.6 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
github.com/xuri/excelize/v2 v2.5.0 // indirect
go.bug.st/serial v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.4.0 // indirect
periph.io/x/periph v3.6.2+incompatible // indirect
)