Skip to content
This repository was archived by the owner on Apr 14, 2024. It is now read-only.

Commit 31993b5

Browse files
author
Julien Neuhart
committed
fixing go mod issue
1 parent cbf5207 commit 31993b5

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/thecodingmachine/gotenberg-go-client/v5
33
go 1.12
44

55
require (
6+
github.com/davecgh/go-spew v1.1.1 // indirect
67
github.com/stretchr/testify v1.3.0
7-
github.com/thecodingmachine/gotenberg-go-client/v4 v4.3.1
88
)

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,3 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
66
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
77
github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q=
88
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
9-
github.com/thecodingmachine/gotenberg-go-client/v4 v4.3.1 h1:jHoid7JbIIOHflhCIZzGpnU5YD9VHnXyeZh39s3uSKc=
10-
github.com/thecodingmachine/gotenberg-go-client/v4 v4.3.1/go.mod h1:D3CcQY/dW6i38DL/hMiUMFwYESvXL4bs5zyyJYuHahw=

0 commit comments

Comments
 (0)