Skip to content

Commit 733eab0

Browse files
cpanatomlieberman85
authored andcommitted
remove exclude from go.mod (sigstore#1846)
Signed-off-by: cpanato <[email protected]>
1 parent c5d6a35 commit 733eab0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

go.mod

-2
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,3 @@ require (
315315
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
316316
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
317317
)
318-
319-
exclude github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzw
10561056
github.com/golang-jwt/jwt/v4 v4.3.0 h1:kHL1vqdqWNfATmA0FNMdmZNMyZI1U6O31X4rlIPoBog=
10571057
github.com/golang-jwt/jwt/v4 v4.3.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
10581058
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0=
1059+
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
10591060
github.com/golang/glog v0.0.0-20210429001901-424d2337a529/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
10601061
github.com/golang/glog v1.0.0 h1:nfP3RFugxnNRyKgeWd4oI1nYvXpxrx8ck8ZrcizshdQ=
10611062
github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4=

0 commit comments

Comments
 (0)