File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ require (
99 github.com/inhies/go-bytesize v0.0.0-20210819104631-275770b98743
1010 github.com/joho/godotenv v1.3.0
1111 github.com/sirupsen/logrus v1.9.0
12+ github.com/stretchr/testify v1.8.1
1213 github.com/urfave/cli v1.22.2
1314 golang.org/x/oauth2 v0.13.0
1415)
@@ -17,13 +18,15 @@ require (
1718 cloud.google.com/go/compute v1.23.1 // indirect
1819 cloud.google.com/go/compute/metadata v0.2.3 // indirect
1920 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
21+ github.com/davecgh/go-spew v1.1.1 // indirect
2022 github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2123 github.com/golang/protobuf v1.5.3 // indirect
2224 github.com/google/s2a-go v0.1.7 // indirect
2325 github.com/google/uuid v1.3.1 // indirect
2426 github.com/googleapis/enterprise-certificate-proxy v0.3.1 // indirect
2527 github.com/googleapis/gax-go/v2 v2.12.0 // indirect
2628 github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
29+ github.com/pmezard/go-difflib v1.0.0 // indirect
2730 github.com/russross/blackfriday/v2 v2.1.0 // indirect
2831 go.opencensus.io v0.24.0 // indirect
2932 golang.org/x/crypto v0.14.0 // indirect
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
9090github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
9191github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
9292github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
93+ github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk =
9394github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
9495github.com/urfave/cli v1.22.2 h1:gsqYFH8bb9ekPA12kRo0hfjngWQjkJPlN9R0N78BoUo =
9596github.com/urfave/cli v1.22.2 /go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0 =
You can’t perform that action at this time.
0 commit comments