File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
4242 google.golang.org/grpc v1.35.0 // indirect
4343 gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
4444 gopkg.in/yaml.v2 v2.4.0
45- gotest.tools/gotestsum v1.6.3 // indirect
45+ gotest.tools/gotestsum v1.6.4 // indirect
4646 gotest.tools/v3 v3.0.3 // indirect
4747)
4848
Original file line number Diff line number Diff line change @@ -479,6 +479,8 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie
479479gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
480480gotest.tools/gotestsum v1.6.3 h1:E3wOF4wmxKA19BB5wTY7t0L1m+QNARtDcBX4yqG6DEc =
481481gotest.tools/gotestsum v1.6.3 /go.mod h1:fTR9ZhxC/TLAAx2/WMk/m3TkMB9eEI89gdEzhiRVJT8 =
482+ gotest.tools/gotestsum v1.6.4 h1:HFkapG0hK/HWiOxWS78SbR/JK5EpbH8hFzUuCvvfbfQ =
483+ gotest.tools/gotestsum v1.6.4 /go.mod h1:fTR9ZhxC/TLAAx2/WMk/m3TkMB9eEI89gdEzhiRVJT8 =
482484gotest.tools/v3 v3.0.2 /go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk =
483485gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0 =
484486gotest.tools/v3 v3.0.3 /go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8 =
Original file line number Diff line number Diff line change 99 "github.com/spf13/cobra"
1010
1111 "github.com/replicate/cog/pkg/console"
12-
1312 "github.com/replicate/cog/pkg/database"
1413 "github.com/replicate/cog/pkg/docker"
1514 "github.com/replicate/cog/pkg/server"
You can’t perform that action at this time.
0 commit comments