-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
19 lines (17 loc) · 954 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/cryptography-research-lab/go-rail-fence-cipher
go 1.18
require (
github.com/cryptography-research-lab/go-sentence-score v0.0.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang-infrastructure/go-heap v0.0.2 // indirect
github.com/golang-infrastructure/go-queue v0.0.0-20221128180429-701892f44bcc // indirect
github.com/golang-infrastructure/go-reflect-utils v0.0.0-20221130143747-965ef2eb09c3 // indirect
github.com/golang-infrastructure/go-stack v0.0.2 // indirect
github.com/golang-infrastructure/go-trie v0.0.0-20230204150600-10750ecebaec // indirect
github.com/golang-infrastructure/go-tuple v0.0.0-20221215155811-4ed54fe7d579 // indirect
github.com/golang-infrastructure/go-variable-parameter v0.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)