Skip to content

Commit

Permalink
Update go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Jun 18, 2021
1 parent c0032d9 commit 5951b63
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 165 deletions.
15 changes: 4 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@ go 1.14

require (
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/gobuffalo/packd v1.0.0 // indirect
github.com/gobuffalo/packr v1.30.1
github.com/gobuffalo/packr/v2 v2.8.0 // indirect
github.com/gorilla/websocket v1.4.2
github.com/karrick/godirwalk v1.15.6 // indirect
github.com/pkg/errors v0.9.1
github.com/rogpeppe/go-internal v1.7.0 // indirect
github.com/sirupsen/logrus v1.6.0 // indirect
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
gopkg.in/yaml.v2 v2.2.8
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/stretchr/testify v1.5.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)
Loading

0 comments on commit 5951b63

Please sign in to comment.