-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathgo.mod
More file actions
36 lines (34 loc) · 1.25 KB
/
go.mod
File metadata and controls
36 lines (34 loc) · 1.25 KB
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 go.amplifyedge.org/sys-share-v2
go 1.16
require (
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/VictoriaMetrics/metrics v1.12.3
github.com/bojand/ghz v0.90.0
github.com/brianvoe/gofakeit/v5 v5.11.2
github.com/caddyserver/certmagic v0.12.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/disintegration/imaging v1.6.2
github.com/golang/protobuf v1.4.3
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/issue9/identicon v1.0.1
github.com/joho/godotenv v1.3.0
github.com/karrick/godirwalk v1.16.1
github.com/matcornic/hermes/v2 v2.1.0
github.com/opentracing/opentracing-go v1.2.0
github.com/schollz/progressbar/v2 v2.15.0
github.com/segmentio/encoding v0.2.7
github.com/segmentio/ksuid v1.0.3
github.com/shirou/gopsutil/v3 v3.21.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.25.0+incompatible
github.com/uber/jaeger-lib v2.4.0+incompatible // indirect
go.amplifyedge.org/protoc-gen-cobra v0.4.0
go.uber.org/zap v1.15.0
golang.org/x/oauth2 v0.0.0-20210201163806-010130855d6c
google.golang.org/grpc v1.35.0
google.golang.org/protobuf v1.25.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
)