1
1
module github.com/hashicorp/copywrite
2
2
3
- go 1.18
3
+ go 1.21
4
+
5
+ toolchain go1.23.1
4
6
5
7
require (
6
- github.com/AlecAivazis/survey/v2 v2.3.6
8
+ github.com/AlecAivazis/survey/v2 v2.3.7
7
9
github.com/bmatcuk/doublestar/v4 v4.6.0
8
10
github.com/bradleyfalzon/ghinstallation/v2 v2.5.0
9
11
github.com/hashicorp/go-hclog v1.5.0
10
12
github.com/jedib0t/go-pretty/v6 v6.4.6
11
13
github.com/knadh/koanf v1.5.0
12
- github.com/mattn/go-isatty v0.0.19
14
+ github.com/mattn/go-isatty v0.0.20
13
15
github.com/mergestat/timediff v0.0.3
14
16
github.com/mitchellh/go-homedir v1.1.0
15
17
github.com/mitchellh/mapstructure v1.5.0
@@ -19,54 +21,49 @@ require (
19
21
github.com/stretchr/testify v1.8.2
20
22
github.com/thanhpk/randstr v1.0.4
21
23
golang.org/x/oauth2 v0.8.0
22
- golang.org/x/sync v0.1 .0
24
+ golang.org/x/sync v0.10 .0
23
25
)
24
26
25
27
require (
26
28
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
27
29
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef // indirect
28
30
github.com/cli/safeexec v1.0.0 // indirect
29
- github.com/cli/shurcooL-graphql v0.0.2 // indirect
30
- github.com/cloudflare/circl v1.3.3 // indirect
31
+ github.com/cloudflare/circl v1.3.7 // indirect
31
32
github.com/fatih/color v1.13.0 // indirect
32
33
github.com/fsnotify/fsnotify v1.5.4 // indirect
33
34
github.com/go-openapi/errors v0.20.2 // indirect
34
35
github.com/go-openapi/strfmt v0.21.3 // indirect
35
- github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
36
+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
36
37
github.com/golang/protobuf v1.5.2 // indirect
37
38
github.com/google/go-github/v53 v53.0.0 // indirect
38
39
github.com/google/go-querystring v1.1.0 // indirect
39
40
github.com/hashicorp/hcl v1.0.0 // indirect
40
- github.com/henvic/httpretty v0.0.6 // indirect
41
41
github.com/inconshreveable/mousetrap v1.0.1 // indirect
42
42
github.com/joho/godotenv v1.3.0 // indirect
43
43
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
44
44
github.com/kr/pretty v0.3.0 // indirect
45
- github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
46
45
github.com/mattn/go-colorable v0.1.13 // indirect
47
- github.com/mattn/go-runewidth v0.0.13 // indirect
46
+ github.com/mattn/go-runewidth v0.0.15 // indirect
48
47
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
49
48
github.com/mitchellh/copystructure v1.2.0 // indirect
50
49
github.com/mitchellh/reflectwalk v1.0.2 // indirect
51
- github.com/muesli/termenv v0.12.0 // indirect
52
50
github.com/oklog/ulid v1.3.1 // indirect
53
51
github.com/pelletier/go-toml v1.9.5 // indirect
54
- github.com/rivo/uniseg v0.2.0 // indirect
55
- github.com/thlib/go-timezone-local v0.0.0-20210907160436-ef149e42d28e // indirect
52
+ github.com/rivo/uniseg v0.4.7 // indirect
56
53
go.mongodb.org/mongo-driver v1.10.0 // indirect
57
- golang.org/x/crypto v0.7 .0 // indirect
54
+ golang.org/x/crypto v0.31 .0 // indirect
58
55
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
59
- golang.org/x/net v0.10 .0 // indirect
60
- golang.org/x/sys v0.8 .0 // indirect
61
- golang.org/x/term v0.8 .0 // indirect
62
- golang.org/x/text v0.9 .0 // indirect
56
+ golang.org/x/net v0.33 .0 // indirect
57
+ golang.org/x/sys v0.28 .0 // indirect
58
+ golang.org/x/term v0.27 .0 // indirect
59
+ golang.org/x/text v0.21 .0 // indirect
63
60
google.golang.org/appengine v1.6.7 // indirect
64
61
google.golang.org/protobuf v1.28.0 // indirect
65
62
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
66
63
)
67
64
68
65
require (
69
- github.com/cli/go-gh v1.2.1
66
+ github.com/cli/go-gh/v2 v2.11.2
70
67
github.com/davecgh/go-spew v1.1.1 // indirect
71
68
github.com/google/go-github/v45 v45.2.0
72
69
github.com/jedib0t/go-pretty v4.3.0+incompatible
0 commit comments