Skip to content

Commit cf97937

Browse files
fix: mod
1 parent 19c51bd commit cf97937

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
require gopkg.in/yaml.v2 v2.4.0 // indirect
1111

1212
require (
13-
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220714085110-06c27bb204f2
13+
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220714165541-1cb067bd97e6
1414
go.uber.org/zap v1.21.0
1515
google.golang.org/grpc v1.48.0
1616
google.golang.org/protobuf v1.28.0 // indirect

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:
6969
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
7070
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220714085110-06c27bb204f2 h1:/juEwgOXdfHGAdtl2G/wONNcY5GbFl3+pR7+ZIEo2fI=
7171
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220714085110-06c27bb204f2/go.mod h1:g0yz/bfH6EDcBmACdbqM7BQtTzUrBfhJoIgDb6AsKRQ=
72+
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220714165541-1cb067bd97e6 h1:D4QFtOL893rcpcb6FVcqLzlx+p/+sWCfcU68eWu+qyc=
73+
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220714165541-1cb067bd97e6/go.mod h1:g0yz/bfH6EDcBmACdbqM7BQtTzUrBfhJoIgDb6AsKRQ=
7274
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
7375
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
7476
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

0 commit comments

Comments
 (0)