Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/emicklei/go-restful-openapi v1.4.1
github.com/go-openapi/spec v0.20.3
github.com/gogo/protobuf v1.3.2
github.com/google/uuid v1.2.0
github.com/google/uuid v1.3.0
github.com/hashicorp/golang-lru v0.5.4
github.com/jmoiron/sqlx v1.3.1
github.com/kadisoka/foundation v0.0.0-20210212065131-bd537c1bd097
Expand All @@ -21,7 +21,7 @@ require (
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693
github.com/stretchr/testify v1.7.0
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
golang.org/x/text v0.3.5
google.golang.org/grpc v1.35.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/text v0.5.0
google.golang.org/grpc v1.52.0
)
Loading