summaryrefslogtreecommitdiff
path: root/vendor/github.com/google/certificate-transparency-go/tls/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/google/certificate-transparency-go/tls/types.go')
-rw-r--r--vendor/github.com/google/certificate-transparency-go/tls/types.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/google/certificate-transparency-go/tls/types.go b/vendor/github.com/google/certificate-transparency-go/tls/types.go
index 14471ad264..b8eaf24bdd 100644
--- a/vendor/github.com/google/certificate-transparency-go/tls/types.go
+++ b/vendor/github.com/google/certificate-transparency-go/tls/types.go
@@ -1,4 +1,4 @@
-// Copyright 2016 Google Inc. All Rights Reserved.
+// Copyright 2016 Google LLC. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -16,7 +16,7 @@ package tls
import (
"crypto"
- "crypto/dsa"
+ "crypto/dsa" //nolint:staticcheck
"crypto/ecdsa"
"crypto/rsa"
"fmt"