Skip to content

Commit

Permalink
与上游密码库同步升级
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisia committed Apr 1, 2024
1 parent cc5a5ca commit eabacd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module gitee.com/Trisia/gotlcp
go 1.18

require (
github.com/emmansun/gmsm v0.25.0
golang.org/x/crypto v0.18.0
github.com/emmansun/gmsm v0.26.1
golang.org/x/crypto v0.21.0
)

require golang.org/x/sys v0.16.0 // indirect
require golang.org/x/sys v0.18.0 // indirect
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
github.com/emmansun/gmsm v0.25.0 h1:7WStxGMhdXlKe7E0qSsO6+XMfcdZ30Nlcy5jbt17RxY=
github.com/emmansun/gmsm v0.25.0/go.mod h1:tKoGqGHkNwJM8wI1BGURqzRx3dsQF7rr2hp8rhrPOb4=
github.com/emmansun/gmsm v0.26.1 h1:nLNE+P80RFKuoXgVbAkt/qAq/y+GNu06ciEpsvIc3zo=
github.com/emmansun/gmsm v0.26.1/go.mod h1:p7FIZFWfCTgQC/AwDQPBAuzZ91788FfsyDFpqglYQYg=
golang.org/x/crypto v0.18.0 h1:PGVlW0xEltQnzFZ55hkuX5+KLyrMYhHld1YHO4AKcdc=
golang.org/x/crypto v0.18.0/go.mod h1:R0j02AL6hcrfOiy9T4ZYp/rcWeMxM3L6QYxlOuEG1mg=
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
golang.org/x/sys v0.16.0 h1:xWw16ngr6ZMtmxDyKyIgsE93KNKz5HKmMa3b8ALHidU=
golang.org/x/sys v0.16.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.18.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit eabacd8

Please sign in to comment.