6fde60dd62
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.2.2 to 1.6.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.2.2...v1.6.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
10 lines
195 B
Modula-2
10 lines
195 B
Modula-2
module github.com/prologic/go-gopher
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/stretchr/testify v1.6.0
|
|
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
|
|
)
|
|
|
|
go 1.13
|