Skip to content

Commit

Permalink
Upgrade transport (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbulinski authored Feb 1, 2024
1 parent 1aa723a commit 7756aef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/go-tpm v0.9.0
github.com/google/go-tpm-tools v0.4.2
github.com/xtaci/smux v1.5.24
go.qbee.io/transport v1.24.6
go.qbee.io/transport v1.24.7
golang.org/x/sys v0.16.0
google.golang.org/protobuf v1.32.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/xtaci/smux v1.5.24 h1:77emW9dtnOxxOQ5ltR+8BbsX1kzcOxQ5gB+aaV9hXOY=
github.com/xtaci/smux v1.5.24/go.mod h1:OMlQbT5vcgl2gb49mFkYo6SMf+zP3rcjcwQz7ZU7IGY=
go.qbee.io/transport v1.24.6 h1:rMg6Zg2HPuFgmOLzZ9678Fx7OV+46/e+bR0WBENR0tE=
go.qbee.io/transport v1.24.6/go.mod h1:RSuaDe4RBsxEpXd9PiVKuo85bJd/G0bhK2I3j2fheC8=
go.qbee.io/transport v1.24.7 h1:pUp2nrMrvZy3CkYX6wRD0J5+qK4CluUzgyR+6vrvvlE=
go.qbee.io/transport v1.24.7/go.mod h1:RSuaDe4RBsxEpXd9PiVKuo85bJd/G0bhK2I3j2fheC8=
go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y=
golang.org/x/crypto v0.17.0 h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=
Expand Down

0 comments on commit 7756aef

Please sign in to comment.