Add more tests

This commit is contained in:
Chris Sidi
2020-09-18 16:50:47 -04:00
parent b5e5d3423b
commit fec74ead01
52 changed files with 21477 additions and 1 deletions

1
go.mod
View File

@@ -9,5 +9,6 @@ require (
github.com/gorilla/mux v1.7.4
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be
)