File tree Expand file tree Collapse file tree 2 files changed +156
-0
lines changed Expand file tree Collapse file tree 2 files changed +156
-0
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,20 @@ go 1.14
5
5
require (
6
6
github.com/RoboCup-SSL/ssl-go-tools v1.0.0
7
7
github.com/go-test/deep v1.0.5
8
+ github.com/gobuffalo/envy v1.9.0 // indirect
8
9
github.com/gobuffalo/packr v1.30.1
10
+ github.com/gobuffalo/packr/v2 v2.8.0 // indirect
9
11
github.com/golang/protobuf v1.4.0
10
12
github.com/gorilla/websocket v1.4.1
13
+ github.com/karrick/godirwalk v1.15.6 // indirect
11
14
github.com/odeke-em/go-uuid v0.0.0-20151221120446-b211d769a9aa
12
15
github.com/pkg/errors v0.9.1
16
+ github.com/sirupsen/logrus v1.5.0 // indirect
17
+ github.com/spf13/cobra v1.0.0 // indirect
18
+ github.com/spf13/pflag v1.0.5 // indirect
19
+ golang.org/x/crypto v0.0.0-20200414173820-0848c9571904 // indirect
20
+ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
21
+ golang.org/x/sys v0.0.0-20200413165638-669c56c373c4 // indirect
13
22
google.golang.org/protobuf v1.21.0
14
23
gopkg.in/yaml.v2 v2.2.8
15
24
)
You can’t perform that action at this time.
0 commit comments