Skip to content

Commit 693d0a9

Browse files
committed
go.mod: Add test dependencies
1 parent 5ee01ec commit 693d0a9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ require (
66
github.com/davecgh/go-spew v1.1.1
77
github.com/go-gl/glfw v0.0.0-20190217072633-93b30450e032
88
github.com/pkg/errors v0.8.1
9+
github.com/stretchr/testify v1.3.0
910
)

go.sum

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
github.com/Drakirus/go-flutter-desktop-embedder v0.3.0-alpha h1:iN21X7YbJGf9FFa7tPVHB9yz1z38fmJwR3nsLEXtzt8=
2-
github.com/Drakirus/go-flutter-desktop-embedder v0.3.0-alpha/go.mod h1:ICLHHUrzG3TCrDLAiMyJyy28vaNt+nAGdqebqOlw7GE=
1+
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
32
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
43
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
5-
github.com/go-flutter-desktop/go-flutter v0.3.0-alpha h1:XZUSmy0xvU86N7LuDE4sv+fK/6jZ4VfpTEkcOWvKgR4=
6-
github.com/go-flutter-desktop/go-flutter v0.3.0-alpha/go.mod h1:Fg+hlB7ebNxF7qSPxuqQ/29YWq+4QFuEfGVOFBJFbDw=
74
github.com/go-gl/glfw v0.0.0-20190217072633-93b30450e032 h1:WUDJN6o1AZlnNR0UZ11zsr0Quh44CV7svcg6VzEsySc=
85
github.com/go-gl/glfw v0.0.0-20190217072633-93b30450e032/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU=
96
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
107
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
8+
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
9+
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
10+
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
11+
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
12+
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

0 commit comments

Comments
 (0)