-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (18 loc) · 882 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/cryptography-research-lab/go-caesar-cipher
go 1.18
require (
github.com/cryptography-research-lab/go-sentence-score v0.0.1
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-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/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)