@@ -86,7 +86,7 @@ require (
86
86
github.com/charmbracelet/glamour v0.6.0
87
87
// In later at least v0.7.1, lipgloss changes its terminal detection
88
88
// which breaks most of our CLI golden files tests.
89
- github.com/charmbracelet/lipgloss v0.7.1
89
+ github.com/charmbracelet/lipgloss v0.8.0
90
90
github.com/cli/safeexec v1.0.1
91
91
github.com/codeclysm/extract/v3 v3.1.1
92
92
github.com/coder/flog v1.1.0
@@ -116,7 +116,6 @@ require (
116
116
github.com/go-playground/validator/v10 v10.15.0
117
117
github.com/gofrs/flock v0.8.1
118
118
github.com/gohugoio/hugo v0.117.0
119
- github.com/golang-jwt/jwt v3.2.2+incompatible
120
119
github.com/golang-jwt/jwt/v4 v4.5.0
121
120
github.com/golang-migrate/migrate/v4 v4.16.0
122
121
github.com/golang/mock v1.6.0
@@ -185,7 +184,7 @@ require (
185
184
golang.org/x/sys v0.11.0
186
185
golang.org/x/term v0.11.0
187
186
golang.org/x/text v0.12.0
188
- golang.org/x/time v0.3.0
187
+ golang.org/x/time v0.3.0 // indirect
189
188
golang.org/x/tools v0.12.0
190
189
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
191
190
golang.zx2c4.com/wireguard v0.0.0-20230325221338-052af4a8072b
0 commit comments