-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
32 lines (28 loc) · 1 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/gopherguides/hype
go 1.22
toolchain go1.22.0
require (
github.com/gobuffalo/flect v1.0.2
github.com/gofrs/uuid/v5 v5.0.0
github.com/markbates/clam v0.0.0-20240219024730-b98cdab94ec3
github.com/markbates/cleo v0.0.0-20240313030849-949830e20db3
github.com/markbates/fsx v1.3.0
github.com/markbates/garlic v1.1.0
github.com/markbates/iox v1.0.0
github.com/markbates/plugins v1.1.0
github.com/markbates/sweets v0.0.0-20210926032915-062eb9bcc0e5
github.com/markbates/syncx v1.5.1
github.com/markbates/table v0.0.0-20230314205021-441ed58296d1
github.com/mattn/go-shellwords v1.0.12
github.com/russross/blackfriday/v2 v2.1.0
github.com/stretchr/testify v1.9.0
golang.org/x/net v0.22.0
golang.org/x/sync v0.6.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/markbates/hepa v0.0.0-20211129002629-856d16f89b9d // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/exp v0.0.0-20240222234643-814bf88cf225 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)