-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (19 loc) · 1008 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/cryptography-research-lab/go-chessboard-cipher
go 1.18
require (
github.com/golang-infrastructure/go-slice v0.0.0-20230108182432-046a7fecafcb
github.com/golang-infrastructure/go-variable-parameter v0.0.3
github.com/stretchr/testify v1.8.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-infrastructure/go-compare-anything v0.0.2-0.20230108071748-35501d697475 // indirect
github.com/golang-infrastructure/go-gtypes v0.0.1 // indirect
github.com/golang-infrastructure/go-heap v0.0.2 // indirect
github.com/golang-infrastructure/go-maths v0.0.0-20230110035134-3c905a5d5213 // indirect
github.com/golang-infrastructure/go-reflect-utils v0.0.0-20221130143747-965ef2eb09c3 // indirect
github.com/golang-infrastructure/go-shuffle v0.0.0-20221209150116-28fd05dbba09 // indirect
github.com/golang-infrastructure/go-tuple v0.0.0-20221215155811-4ed54fe7d579 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)