Skip to content

Commit f769fe9

Browse files
chore: upgrade schemas dependency
1 parent f6aa5c5 commit f769fe9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/go-chi/chi/v5 v5.0.7
1313
github.com/gorilla/mux v1.8.0
1414
github.com/labstack/echo/v4 v4.7.2
15-
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220719204502-25c50437b6b2
15+
github.com/speakeasy-api/speakeasy-schemas v0.0.1
1616
go.uber.org/zap v1.21.0
1717
google.golang.org/grpc v1.48.0
1818
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L
113113
github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
114114
github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUAtL9R8=
115115
github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE=
116-
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220719204502-25c50437b6b2 h1:mUMgmeN39ENIb9FPetYSErfjOYU0YgkluTjtVFTxLEk=
117-
github.com/speakeasy-api/speakeasy-schemas v0.0.0-20220719204502-25c50437b6b2/go.mod h1:g0yz/bfH6EDcBmACdbqM7BQtTzUrBfhJoIgDb6AsKRQ=
116+
github.com/speakeasy-api/speakeasy-schemas v0.0.1 h1:CH20+3TLmP9Y+8YxmYoLfA5cbyVzpw15w+SefvfKHqw=
117+
github.com/speakeasy-api/speakeasy-schemas v0.0.1/go.mod h1:g0yz/bfH6EDcBmACdbqM7BQtTzUrBfhJoIgDb6AsKRQ=
118118
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
119119
github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw=
120120
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=

0 commit comments

Comments
 (0)