-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
47 lines (41 loc) · 1.33 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
module github.com/gohugoio/hugoreleaser
go 1.22.0
require (
github.com/bep/execrpc v0.10.0
github.com/bep/helpers v0.5.0
github.com/bep/logg v0.4.0
github.com/bep/workers v1.1.0
github.com/fatih/color v1.18.0
github.com/frankban/quicktest v1.14.6
github.com/gohugoio/hugoreleaser/plugins v0.1.1-0.20220822083757-38d81884db04
github.com/google/go-github/v45 v45.2.0
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.2.3
github.com/peterbourgon/ff/v3 v3.4.0
github.com/rogpeppe/go-internal v1.13.1
golang.org/x/exp v0.0.0-20241217172543-b2144cdd0a67
golang.org/x/oauth2 v0.24.0
)
require (
github.com/bep/clocks v0.5.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/pkg/errors v0.9.1 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)
require (
github.com/goccy/go-yaml v1.15.13-0.20241221080047-87aec7d7f886
github.com/gohugoio/hugoreleaser-plugins-api v0.7.1-0.20241220094410-1f02562cf9b9
golang.org/x/sync v0.10.0
)
require (
github.com/google/go-querystring v1.1.0 // indirect
golang.org/x/tools v0.28.0 // indirect
)
require (
github.com/gobwas/glob v0.2.3
github.com/google/go-cmp v0.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
)