Skip to content
Open
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
10 changes: 5 additions & 5 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 @@ -19,9 +19,9 @@ require (
github.com/rez-go/stev v0.0.0-20200515184012-e0723a6f3c19
github.com/richardlehane/crock32 v1.0.1
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693
github.com/stretchr/testify v1.7.0
github.com/stretchr/testify v1.8.1
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-20211108221036-ceb1ce70b4fa
golang.org/x/text v0.6.0
google.golang.org/grpc v1.53.0
)
Loading