-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (28 loc) · 1.13 KB
/
go.mod
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
26
27
28
29
30
31
32
module github.com/dmolesUC3/cos
go 1.19
require (
code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b
github.com/aws/aws-sdk-go v1.46.1
github.com/briandowns/spinner v1.23.0
github.com/dmolesUC3/emoji v0.0.0-20190226181050-1849526eb21f
github.com/magefile/mage v1.15.0
github.com/minimaxir/big-list-of-naughty-strings/naughtystrings v0.0.0
github.com/ncw/swift v1.0.53
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
golang.org/x/text v0.13.0
golang.org/x/tools v0.14.0
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127
)
require (
github.com/fatih/color v1.15.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/term v0.13.0 // indirect
)
replace github.com/minimaxir/big-list-of-naughty-strings/naughtystrings => github.com/dmolesUC3/big-list-of-naughty-strings/naughtystrings v0.0.0-20190129235316-1531f613e06a