Skip to content

Commit 5951b63

Browse files
committed
Update go modules
1 parent c0032d9 commit 5951b63

File tree

2 files changed

+10
-165
lines changed

2 files changed

+10
-165
lines changed

go.mod

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,10 @@ go 1.14
44

55
require (
66
github.com/gobuffalo/envy v1.9.0 // indirect
7+
github.com/gobuffalo/packd v1.0.0 // indirect
78
github.com/gobuffalo/packr v1.30.1
8-
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
99
github.com/gorilla/websocket v1.4.2
10-
github.com/karrick/godirwalk v1.15.6 // indirect
11-
github.com/pkg/errors v0.9.1
12-
github.com/rogpeppe/go-internal v1.7.0 // indirect
13-
github.com/sirupsen/logrus v1.6.0 // indirect
14-
github.com/spf13/cobra v1.0.0 // indirect
15-
github.com/spf13/pflag v1.0.5 // indirect
16-
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
17-
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
18-
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
19-
gopkg.in/yaml.v2 v2.2.8
10+
github.com/rogpeppe/go-internal v1.8.0 // indirect
11+
github.com/stretchr/testify v1.5.1 // indirect
12+
gopkg.in/yaml.v2 v2.4.0 // indirect
2013
)

0 commit comments

Comments
 (0)