-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (29 loc) · 1.17 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
module github.com/hamed-yousefi/athenz-agent
go 1.15
require (
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf
github.com/ardielle/ardielle-go v1.5.2
github.com/fsnotify/fsnotify v1.4.7
github.com/golang/protobuf v1.5.2 // indirect
github.com/kyoh86/richgo v0.3.6 // indirect
github.com/kyoh86/xdg v1.2.0 // indirect
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lestrrat-go/strftime v1.0.4 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/morikuni/aec v1.0.0 // indirect
github.com/oriser/regroup v0.0.0-20201024192559-010c434ff8f3
github.com/sirupsen/logrus v1.2.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/urfave/cli v1.22.5
github.com/wacul/ptr v1.0.0 // indirect
github.com/xhit/go-str2duration/v2 v2.0.0
github.com/yahoo/athenz v1.8.20
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57 // indirect
golang.org/x/text v0.3.6 // indirect
google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1 // indirect
google.golang.org/grpc v1.36.1
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)