Add line, col to types used in batch-expire (#18747)

This commit is contained in:
Krishnan Parthasarathi
2024-01-08 15:22:28 -08:00
committed by GitHub
parent 53ceb0791f
commit 3a90af0bcd
5 changed files with 228 additions and 24 deletions

2
go.mod
View File

@@ -98,6 +98,7 @@ require (
golang.org/x/time v0.5.0
google.golang.org/api v0.154.0
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
@@ -258,5 +259,4 @@ require (
gopkg.in/h2non/filetype.v1 v1.0.5 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)