-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (21 loc) · 833 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
23
24
25
module github.com/Gophercraft/whoa-autocode
go 1.22.0
toolchain go1.23.3
require (
github.com/Gophercraft/core v0.5.2-0.20240623233309-3b91f2e71461
github.com/spf13/cobra v1.8.0
)
require (
github.com/Gophercraft/log v0.0.0-20240214234900-fcacaad0d20e // indirect
github.com/cybriq/gotiny v0.0.5 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.28.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)