-
Notifications
You must be signed in to change notification settings - Fork 17
/
go.mod
36 lines (33 loc) · 1.41 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
module github.com/RussellLuo/kun
go 1.18
require (
github.com/RussellLuo/appx v0.0.0-20221010012641-012c63db58d5
github.com/RussellLuo/micron v0.0.0-20221009105224-18343cd0cfd9
github.com/RussellLuo/validating/v3 v3.0.0-beta.1
github.com/go-chi/chi v4.1.2+incompatible
github.com/go-kit/kit v0.10.0
github.com/prometheus/client_golang v1.3.0
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/tools v0.1.12
google.golang.org/grpc v1.36.0
google.golang.org/protobuf v1.27.1
sigs.k8s.io/yaml v1.3.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.1 // indirect
github.com/go-logfmt/logfmt v0.5.0 // indirect
github.com/golang/protobuf v1.5.0 // indirect
github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.1.0 // indirect
github.com/prometheus/common v0.7.0 // indirect
github.com/prometheus/procfs v0.0.8 // indirect
golang.org/x/exp v0.0.0-20220314205449-43aec2f8a4e7 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0 // indirect
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)