Skip to content
Open
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
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ go 1.13
require (
github.com/effxhq/effx-api-v2-go/client v0.0.0-20210331205616-b86df07053d9
github.com/go-enry/go-enry/v2 v2.6.0
github.com/go-git/go-git/v5 v5.3.0
github.com/golang/protobuf v1.4.3 // indirect
github.com/go-git/go-git/v5 v5.11.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/stretchr/testify v1.8.4
github.com/thoas/go-funk v0.7.0
google.golang.org/appengine v1.6.7 // indirect
)
Loading