summaryrefslogtreecommitdiff
path: root/go.mod
blob: 03b6fff2cfce828f7a7c71d6c1abe6ae25f6a6ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module go.wit.com/lib/git2go

go 1.21

toolchain go1.23.4

require (
	github.com/ProtonMail/go-crypto v1.1.3
	github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
	golang.org/x/crypto v0.31.0
)

require (
	github.com/cloudflare/circl v1.3.7 // indirect
	golang.org/x/sys v0.28.0 // indirect
)