-
Notifications
You must be signed in to change notification settings - Fork 28
/
go.mod
34 lines (32 loc) · 1.25 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
module go-ops
go 1.15
require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/charlievieth/fs v0.0.2
github.com/go-redis/redis/v8 v8.11.5 // indirect
github.com/gogf/gf-jwt/v2 v2.0.1
github.com/gogf/gf/v2 v2.0.6
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.3.0
github.com/hashicorp/go-plugin v1.4.3
github.com/imdario/mergo v0.3.12
github.com/jonboulle/clockwork v0.3.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.6 // indirect
github.com/luxingwen/pnet v0.0.0-20220427160329-86f96199cdd8
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/panjf2000/ants/v2 v2.4.8
github.com/robfig/cron/v3 v3.0.1
github.com/shirou/gopsutil/v3 v3.22.3
github.com/syndtr/goleveldb v1.0.0
github.com/toolkits/file v0.0.0-20160325033739-a5b3c5147e07
go.opentelemetry.io/otel/sdk v1.6.3 // indirect
go.uber.org/zap v1.21.0
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
google.golang.org/grpc v1.46.0
google.golang.org/protobuf v1.28.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)