@@ -120,7 +120,7 @@ require (
120
120
github.com/go-ping/ping v1.1.0
121
121
github.com/go-playground/validator/v10 v10.16.0
122
122
github.com/gofrs/flock v0.8.1
123
- github.com/gohugoio/hugo v0.120.3
123
+ github.com/gohugoio/hugo v0.121.2
124
124
github.com/golang-jwt/jwt/v4 v4.5.0
125
125
github.com/golang-migrate/migrate/v4 v4.17.0
126
126
github.com/google/go-cmp v0.6.0
@@ -152,14 +152,14 @@ require (
152
152
github.com/pion/udp v0.1.2
153
153
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
154
154
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e
155
- github.com/pkg/sftp v1.13.6-0.20221018182125-7da137aa03f0
155
+ github.com/pkg/sftp v1.13.6
156
156
github.com/prometheus/client_golang v1.17.0
157
157
github.com/prometheus/client_model v0.5.0
158
158
github.com/prometheus/common v0.45.0
159
159
github.com/quasilyte/go-ruleguard/dsl v0.3.21
160
160
github.com/robfig/cron/v3 v3.0.1
161
161
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
162
- github.com/spf13/afero v1.10 .0
162
+ github.com/spf13/afero v1.11 .0
163
163
github.com/spf13/pflag v1.0.5
164
164
github.com/sqlc-dev/pqtype v0.3.0
165
165
github.com/stretchr/testify v1.8.4
@@ -184,15 +184,15 @@ require (
184
184
golang.org/x/exp v0.0.0-20230801115018-d63ba01acd4b
185
185
golang.org/x/mod v0.14.0
186
186
golang.org/x/net v0.19.0
187
- golang.org/x/oauth2 v0.14 .0
187
+ golang.org/x/oauth2 v0.15 .0
188
188
golang.org/x/sync v0.6.0
189
189
golang.org/x/sys v0.16.0
190
190
golang.org/x/term v0.16.0
191
191
golang.org/x/text v0.14.0
192
192
golang.org/x/tools v0.16.1
193
193
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2
194
194
golang.zx2c4.com/wireguard v0.0.0-20230704135630-469159ecf7d1
195
- google.golang.org/api v0.151 .0
195
+ google.golang.org/api v0.152 .0
196
196
google.golang.org/grpc v1.60.1
197
197
google.golang.org/protobuf v1.32.0
198
198
gopkg.in/DataDog/dd-trace-go.v1 v1.57.0
@@ -369,7 +369,7 @@ require (
369
369
github.com/secure-systems-lab/go-securesystemslib v0.7.0 // indirect
370
370
github.com/sirupsen/logrus v1.9.3 // indirect
371
371
github.com/spaolacci/murmur3 v1.1.0 // indirect
372
- github.com/spf13/cast v1.5.1 // indirect
372
+ github.com/spf13/cast v1.6.0 // indirect
373
373
github.com/swaggo/files/v2 v2.0.0 // indirect
374
374
github.com/tadvi/systray v0.0.0-20190226123456-11a2b8fa57af // indirect
375
375
github.com/tailscale/certstore v0.1.1-0.20220316223106-78d6e1c49d8d // indirect
@@ -379,7 +379,7 @@ require (
379
379
github.com/tailscale/wireguard-go v0.0.0-20230710185534-bb2c8f22eccf // indirect
380
380
github.com/tchap/go-patricia/v2 v2.3.1 // indirect
381
381
github.com/tcnksm/go-httpstat v0.2.0 // indirect
382
- github.com/tdewolff/parse/v2 v2.7.3 // indirect
382
+ github.com/tdewolff/parse/v2 v2.7.6 // indirect
383
383
github.com/tidwall/match v1.1.1 // indirect
384
384
github.com/tidwall/pretty v1.2.1 // indirect
385
385
github.com/tinylib/msgp v1.1.8 // indirect
@@ -407,14 +407,14 @@ require (
407
407
go4.org/intern v0.0.0-20230525184215-6c62f75575cb // indirect
408
408
go4.org/mem v0.0.0-20220726221520-4f986261bf13 // indirect
409
409
go4.org/unsafe/assume-no-moving-gc v0.0.0-20230525183740-e7c30c78aeb2 // indirect
410
- golang.org/x/time v0.3 .0 // indirect
410
+ golang.org/x/time v0.5 .0 // indirect
411
411
golang.zx2c4.com/wintun v0.0.0-20230126152724-0fa3db229ce2 // indirect
412
412
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6 // indirect
413
413
golang.zx2c4.com/wireguard/windows v0.5.3 // indirect
414
414
google.golang.org/appengine v1.6.8 // indirect
415
- google.golang.org/genproto v0.0.0-20231016165738-49dd2c1f3d0b // indirect
416
- google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
417
- google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
415
+ google.golang.org/genproto v0.0.0-20231106174013-bbf56f31fb17 // indirect
416
+ google.golang.org/genproto/googleapis/api v0.0.0-20231106174013-bbf56f31fb17 // indirect
417
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
418
418
gopkg.in/yaml.v2 v2.4.0 // indirect
419
419
howett.net/plist v1.0.0 // indirect
420
420
inet.af/netaddr v0.0.0-20230525184311-b8eac61e914a // indirect
0 commit comments