-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
32 lines (29 loc) · 1.11 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
module github.com/blues/note
go 1.19
require (
github.com/blues/note-go v1.7.2
github.com/golang/snappy v0.0.4
github.com/google/open-location-code/go v0.0.0-20220120191843-cafb35c0d74d
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.7.0
github.com/valyala/fastjson v1.6.4
golang.org/x/crypto v0.16.0
google.golang.org/protobuf v1.28.0
)
require (
github.com/creack/goselect v0.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/lufia/plan9stats v0.0.0-20220326011226-f1430873d8db // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
github.com/shirou/gopsutil/v3 v3.22.2 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
go.bug.st/serial v1.6.1 // indirect
golang.org/x/sys v0.15.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
periph.io/x/conn/v3 v3.7.0 // indirect
periph.io/x/host/v3 v3.8.0 // indirect
)