Skip to content

Commit 3e289ec

Browse files
fix: mark gcf-go as direct dependency
1 parent 0b2bd3e commit 3e289ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/speakeasy-api/openapi
33
go 1.26.1
44

55
require (
6+
github.com/blackwell-systems/gcf-go v1.2.1
67
github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
78
github.com/speakeasy-api/jsonpath v0.6.3
89
github.com/stretchr/testify v1.11.1
@@ -13,7 +14,6 @@ require (
1314
)
1415

1516
require (
16-
github.com/blackwell-systems/gcf-go v1.2.1 // indirect
1717
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
1818
github.com/dlclark/regexp2 v1.11.4 // indirect
1919
github.com/dprotaso/go-yit v0.0.0-20191028211022-135eb7262960 // indirect

0 commit comments

Comments
 (0)