-
Notifications
You must be signed in to change notification settings - Fork 805
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,22 +8,22 @@ require ( | |
github.com/cretz/gopaque v0.1.0 | ||
github.com/go-jose/go-jose/v3 v3.0.0 | ||
github.com/google/uuid v1.4.0 | ||
github.com/quic-go/quic-go v0.39.1 | ||
github.com/quic-go/quic-go v0.39.3 | ||
go.dedis.ch/kyber/v3 v3.1.0 | ||
golang.org/x/net v0.17.0 | ||
golang.org/x/sync v0.4.0 | ||
google.golang.org/grpc v1.57.0 | ||
google.golang.org/grpc v1.59.0 | ||
google.golang.org/protobuf v1.31.0 | ||
) | ||
|
||
require ( | ||
github.com/Binject/debug v0.0.0-20201228082058-60012895f187 // indirect | ||
Check notice on line 20 in go.mod GitHub Actions / Qodana for GoDependency update available
|
||
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect | ||
github.com/golang/protobuf v1.5.3 // indirect | ||
github.com/google/pprof v0.0.0-20230926050212-f7f687d19a98 // indirect | ||
github.com/google/pprof v0.0.0-20231023181126-ff6d637d2a7b // indirect | ||
github.com/onsi/ginkgo/v2 v2.13.0 // indirect | ||
github.com/quic-go/qpack v0.4.0 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.3.4 // indirect | ||
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect | ||
go.dedis.ch/fixbuf v1.0.3 // indirect | ||
go.uber.org/mock v0.3.0 // indirect | ||
golang.org/x/crypto v0.14.0 // indirect | ||
|
@@ -32,5 +32,5 @@ require ( | |
golang.org/x/sys v0.13.0 // indirect | ||
golang.org/x/text v0.13.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20230525234030-28d5490b6b19 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters