Commit 2a07e60 1 parent 70306c4 commit 2a07e60 Copy full SHA for 2a07e60
File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,11 @@ go_deps.module(
44
44
sum = "h1:DND6MzU+BLABhOZXbELR3FU8b+zDgcq4dOCNLhiTYuI=" ,
45
45
version = "v0.0.3" ,
46
46
)
47
+ go_deps .module (
48
+ path = "github.com/kisielk/gotool" ,
49
+ sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=" ,
50
+ version = "v1.0.0" ,
51
+ )
47
52
go_deps .module (
48
53
path = "github.com/Oncilla/ineffassign" ,
49
54
sum = "h1:zrpB8NIzy1hkO1dz2S+YWiOymA/2kL3Rk24uDg8DVUM=" ,
@@ -75,6 +80,7 @@ use_repo(
75
80
"com_github_grpc_ecosystem_grpc_opentracing" ,
76
81
"com_github_hashicorp_golang_lru_arc_v2" ,
77
82
"com_github_iancoleman_strcase" ,
83
+ "com_github_kisielk_gotool" ,
78
84
"com_github_lestrrat_go_jwx" ,
79
85
"com_github_mattn_go_isatty" ,
80
86
"com_github_mattn_go_sqlite3" ,
Original file line number Diff line number Diff line change 7
7
"crypto/ecdsa"
8
8
"crypto/elliptic"
9
9
"crypto/rand"
10
+ _ "crypto/sha1" // for crypto.SHA1
10
11
"crypto/x509"
11
12
"crypto/x509/pkix"
12
13
"encoding/asn1"
@@ -16,8 +17,6 @@ import (
16
17
"sort"
17
18
"time"
18
19
19
- _ "crypto/sha1" // for crypto.SHA1
20
-
21
20
"github.com/scionproto/scion/pkg/scrypto/cms/oid"
22
21
)
23
22
You can’t perform that action at this time.
0 commit comments