Skip to content

Commit e7d80e2

Browse files
committed
Update go modules (gobuffalo)
1 parent 5b86fc5 commit e7d80e2

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed

go.mod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,20 @@ go 1.14
55
require (
66
github.com/RoboCup-SSL/ssl-go-tools v1.0.0
77
github.com/go-test/deep v1.0.5
8+
github.com/gobuffalo/envy v1.9.0 // indirect
89
github.com/gobuffalo/packr v1.30.1
10+
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
911
github.com/golang/protobuf v1.4.0
1012
github.com/gorilla/websocket v1.4.1
13+
github.com/karrick/godirwalk v1.15.6 // indirect
1114
github.com/odeke-em/go-uuid v0.0.0-20151221120446-b211d769a9aa
1215
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
1322
google.golang.org/protobuf v1.21.0
1423
gopkg.in/yaml.v2 v2.2.8
1524
)

0 commit comments

Comments
 (0)