Update dependencies
This commit is contained in:
9
go.mod
9
go.mod
@ -1,9 +1,10 @@
|
||||
module github.com/jantytgat/go-transcrypt
|
||||
|
||||
go 1.23.2
|
||||
go 1.23
|
||||
|
||||
require (
|
||||
github.com/minio/sio v0.4.1 // indirect
|
||||
golang.org/x/crypto v0.28.0 // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
github.com/minio/sio v0.4.1
|
||||
golang.org/x/crypto v0.32.0
|
||||
)
|
||||
|
||||
require golang.org/x/sys v0.29.0 // indirect
|
||||
|
Reference in New Issue
Block a user