File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 strategy :
4343 matrix :
4444 go :
45- - ' 1.24'
4645 - ' 1.25'
4746 - ' 1.26'
4847 fail-fast : false
Original file line number Diff line number Diff line change 11module github.com/go-crypt/crypt
22
3- go 1.24 .0
3+ go 1.25 .0
44
55toolchain go1.26.1
66
77require (
8- github.com/go-crypt/x v0.4.12
8+ github.com/go-crypt/x v0.4.13
99 github.com/stretchr/testify v1.11.1
1010)
1111
1212require (
1313 github.com/davecgh/go-spew v1.1.1 // indirect
1414 github.com/pmezard/go-difflib v1.0.0 // indirect
15- golang.org/x/sys v0.41 .0 // indirect
15+ golang.org/x/sys v0.42 .0 // indirect
1616 gopkg.in/yaml.v3 v3.0.1 // indirect
1717)
Original file line number Diff line number Diff line change 11github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
22github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
3- github.com/go-crypt/x v0.4.12 h1:84mFpT7cdVxQUY8pTnBhAGvqrGxY/q8M+757zrMiXPM =
4- github.com/go-crypt/x v0.4.12 /go.mod h1:edbLOsFD4LEWC9wVvNb3k560JIMIhEJ7awb8NeTPHs8 =
3+ github.com/go-crypt/x v0.4.13 h1:aE4ieFDpDoHKzF1qKOhadZAS8GHZR6bSxUkKVOdIx1c =
4+ github.com/go-crypt/x v0.4.13 /go.mod h1:KWDO2p5WT94GKRj6fdNo7+XKTya53zfxCB1V3e2B9hU =
55github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
66github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
77github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
88github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
9- golang.org/x/sys v0.41 .0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k =
10- golang.org/x/sys v0.41 .0 /go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks =
9+ golang.org/x/sys v0.42 .0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo =
10+ golang.org/x/sys v0.42 .0 /go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw =
1111gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1212gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1313gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
You can’t perform that action at this time.
0 commit comments