gofmt; mod tidy

This commit is contained in:
Łukasz Magiera 2020-03-05 23:43:41 +01:00
parent d10b84d8cd
commit a5c6d83cd9
4 changed files with 81 additions and 80 deletions

View File

@ -1,4 +1,5 @@
package main package main
/* /*
import ( import (
"context" "context"

View File

@ -1,4 +1,5 @@
package main package main
/* /*
import ( import (
"fmt" "fmt"

1
go.mod
View File

@ -105,7 +105,6 @@ require (
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
golang.org/x/tools v0.0.0-20200108195415-316d2f248479 // indirect golang.org/x/tools v0.0.0-20200108195415-316d2f248479 // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8 gopkg.in/urfave/cli.v2 v2.0.0-20180128182452-d3ae77c26ac8
gotest.tools v2.2.0+incompatible gotest.tools v2.2.0+incompatible
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect