-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.11 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
module github.com/anibaldeboni/gen
go 1.22.1
require (
github.com/0x6flab/namegenerator v1.4.0
github.com/charmbracelet/lipgloss v0.12.1
github.com/google/uuid v1.6.0
github.com/mvrilo/go-cpf v0.0.0-20150109121854-4113d38c8d21
github.com/spf13/cobra v1.8.1
golang.design/x/clipboard v0.7.0
)
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/x/ansi v0.1.4 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/muesli/termenv v0.15.2 // indirect
github.com/nsuprun/ccgen v0.0.0-20220426203743-028ccdaf79c9
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/thediveo/enumflag/v2 v2.0.5
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/exp/shiny v0.0.0-20240613232115-7f521ea00fb8 // indirect
golang.org/x/image v0.18.0 // indirect
golang.org/x/mobile v0.0.0-20240604190613-2782386b8afd // indirect
golang.org/x/sys v0.22.0 // indirect
)