Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ go 1.12

require (
github.com/fsnotify/fsnotify v1.4.8-0.20190312181446-1485a34d5d57
github.com/pkg/errors v0.8.1
github.com/spf13/afero v1.2.2
github.com/pkg/errors v0.9.1
github.com/spf13/afero v1.9.4
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.4.0
golang.org/x/sys v0.0.0-20190520201301-c432e742b0af // indirect
golang.org/x/text v0.3.2 // indirect
github.com/stretchr/testify v1.7.0
)
Loading