-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgo.mod
More file actions
25 lines (21 loc) · 731 Bytes
/
go.mod
File metadata and controls
25 lines (21 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/godaddy/asherah-cobhan
go 1.24.0
toolchain go1.24.1
require (
github.com/aws/aws-sdk-go v1.55.8
github.com/go-sql-driver/mysql v1.9.3
github.com/godaddy/asherah/go/appencryption v0.9.0
github.com/godaddy/asherah/go/securememory v0.1.7
github.com/godaddy/cobhan-go v0.5.0
github.com/lib/pq v1.11.2
)
require (
filippo.io/edwards25519 v1.1.1 // indirect
github.com/awnumar/memcall v0.4.0 // indirect
github.com/awnumar/memguard v0.22.5 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)