Skip to content

Commit

Permalink
dbg go mod
Browse files Browse the repository at this point in the history
Signed-off-by: Ransom Williams <[email protected]>
  • Loading branch information
ransomw1c committed Oct 14, 2019
1 parent 4c1e9bf commit 35bb107
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ replace github.com/spf13/cobra => github.com/babysnakes/cobra v0.0.2-0.201806031

replace github.com/spf13/pflag => github.com/spf13/pflag v1.0.3

replace go.uber.org/goleak => go.uber.org/goleak v0.10.1-0.20190823232112-227bd74c3482

require (
cloud.google.com/go v0.37.1
github.com/aws/aws-sdk-go v1.18.6
Expand Down Expand Up @@ -54,6 +56,7 @@ require (
github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e // indirect
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
github.com/ultraware/whitespace v0.0.4 // indirect
go.uber.org/goleak v0.0.0-00010101000000-000000000000
go.uber.org/zap v1.10.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
golang.org/x/sys v0.0.0-20191003212358-c178f38b412c
Expand Down

0 comments on commit 35bb107

Please sign in to comment.