Update dependencies, use new tag formatting.
... | ... | @@ -3,20 +3,12 @@ module github.com/johnsonjh/gfcp |
go 1.14 | ||
require ( | ||
github.com/creack/pty v1.1.12-0.20201124144128-097644e6acb8 // indirect | ||
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
github.com/klauspost/cpuid/v2 v2.0.3 // indirect | ||
github.com/johnsonjh/leaktestfe v0.0.0-20210303120053-6c7540b1b004 | ||
github.com/klauspost/cpuid/v2 v2.0.4 // indirect | ||
github.com/klauspost/reedsolomon v1.9.11 | ||
github.com/kr/pretty v0.2.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/pkg/errors v0.9.2-0.20201214064552-5dd12d0cfe7f | ||
github.com/stretchr/testify v1.7.1-0.20210116013205-6990a05d54c2 // indirect | ||
github.com/johnsonjh/leaktestfe v0.0.0-20210215130230-ae7c71425363 | ||
go.uber.org/goleak v1.1.11-0.20200902203756-89d54f0adef2 // indirect | ||
go4.org v0.0.0-20201209231011-d4a079459e60 | ||
golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5 // indirect | ||
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 | ||
golang.org/x/tools v0.1.1-0.20210213011012-68c7d11ad44a // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect | ||
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 | ||
golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect | ||
golang.org/x/tools v0.1.1-0.20210302220138-2ac05c832e1a // indirect | ||
) |
Please register or sign in to comment