summaryrefslogtreecommitdiffstats
path: root/go.mod
blob: 67401a85d15adfbe614881889abad048464998ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
module noshitalk

go 1.21

require github.com/awnumar/memguard v0.22.5

require (
	github.com/awnumar/memcall v0.2.0 // indirect
	golang.org/x/crypto v0.16.0 // indirect
	golang.org/x/sys v0.15.0 // indirect
)