File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ require (
27
27
github.com/spf13/pflag v1.0.5 // indirect
28
28
github.com/subosito/gotenv v1.6.0 // indirect
29
29
go.uber.org/multierr v1.11.0 // indirect
30
- golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 // indirect
30
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
31
31
golang.org/x/net v0.22.0 // indirect
32
32
golang.org/x/sys v0.18.0 // indirect
33
33
golang.org/x/text v0.14.0 // indirect
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=
65
65
go.uber.org/multierr v1.11.0 /go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y =
66
66
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
67
67
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 /go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI =
68
- golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 h1:6R2FC06FonbXQ8pK11/PDFY6N6LWlf9KlzibaCapmqc =
69
- golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81 /go.mod h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ =
68
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 h1:aAcj0Da7eBAtrTp03QXWvm88pSyOt+UgdZw2BFZ+lEw =
69
+ golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 /go.mod h1:CQ1k9gNrJ50XIzaKCRR2hssIjF07kZFEiieALBM/ARQ =
70
70
golang.org/x/mod v0.4.2 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
71
71
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
72
72
golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ github.com/subosito/gotenv
102
102
# go.uber.org/multierr v1.11.0
103
103
## explicit; go 1.19
104
104
go.uber.org/multierr
105
- # golang.org/x/exp v0.0.0-20240318143956-a85f2c67cd81
105
+ # golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8
106
106
## explicit; go 1.20
107
107
golang.org/x/exp/constraints
108
108
golang.org/x/exp/slices
You can’t perform that action at this time.
0 commit comments