Skip to content

Commit

Permalink
Update crypto lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenlu committed Dec 15, 2023
1 parent 736f645 commit e461a9a
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 @@ -3,7 +3,7 @@ module github.com/lightsparkdev/go-sdk
go 1.20

require (
github.com/lightsparkdev/lightspark-crypto-uniffi/lightspark-crypto-go v0.0.2-0.20230921052801-1726ad16b251
github.com/lightsparkdev/lightspark-crypto-uniffi/lightspark-crypto-go v0.0.3
github.com/stretchr/testify v1.8.4
golang.org/x/crypto v0.16.0
)
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/lightsparkdev/lightspark-crypto-uniffi/lightspark-crypto-go v0.0.2-0.20230921052801-1726ad16b251 h1:J4H9GeiKEMdSkpZKgmJPa8fgVyu7D6UqwqhDsPYcaFg=
github.com/lightsparkdev/lightspark-crypto-uniffi/lightspark-crypto-go v0.0.2-0.20230921052801-1726ad16b251/go.mod h1:iecorZruwbWKa6I5vjGQrAR9Smie8Rke4Vy6Pg8h0NU=
github.com/lightsparkdev/lightspark-crypto-uniffi/lightspark-crypto-go v0.0.3 h1:3vRAj71DI5+rAvSmW+g3m4BIgHY1GiUD6wZCExG64Gw=
github.com/lightsparkdev/lightspark-crypto-uniffi/lightspark-crypto-go v0.0.3/go.mod h1:iecorZruwbWKa6I5vjGQrAR9Smie8Rke4Vy6Pg8h0NU=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
Expand Down

0 comments on commit e461a9a

Please sign in to comment.