github.com/lestrrat-go/jwx/v2@v2.0.21/deps.bzl (about) 1 load("@bazel_gazelle//:deps.bzl", "go_repository") 2 3 def go_dependencies(): 4 go_repository( 5 name = "com_github_davecgh_go_spew", 6 build_file_proto_mode = "disable_global", 7 importpath = "github.com/davecgh/go-spew", 8 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", 9 version = "v1.1.1", 10 ) 11 go_repository( 12 name = "com_github_decred_dcrd_crypto_blake256", 13 build_file_proto_mode = "disable_global", 14 importpath = "github.com/decred/dcrd/crypto/blake256", 15 sum = "h1:7PltbUIQB7u/FfZ39+DGa/ShuMyJ5ilcvdfma9wOH6Y=", 16 version = "v1.0.1", 17 ) 18 go_repository( 19 name = "com_github_decred_dcrd_dcrec_secp256k1_v4", 20 build_file_proto_mode = "disable_global", 21 importpath = "github.com/decred/dcrd/dcrec/secp256k1/v4", 22 sum = "h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs=", 23 version = "v4.2.0", 24 ) 25 go_repository( 26 name = "com_github_goccy_go_json", 27 build_file_proto_mode = "disable_global", 28 importpath = "github.com/goccy/go-json", 29 sum = "h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=", 30 version = "v0.10.2", 31 ) 32 go_repository( 33 name = "com_github_lestrrat_go_blackmagic", 34 build_file_proto_mode = "disable_global", 35 importpath = "github.com/lestrrat-go/blackmagic", 36 sum = "h1:Cg2gVSc9h7sz9NOByczrbUvLopQmXrfFx//N+AkAr5k=", 37 version = "v1.0.2", 38 ) 39 go_repository( 40 name = "com_github_lestrrat_go_httpcc", 41 build_file_proto_mode = "disable_global", 42 importpath = "github.com/lestrrat-go/httpcc", 43 sum = "h1:ydWCStUeJLkpYyjLDHihupbn2tYmZ7m22BGkcvZZrIE=", 44 version = "v1.0.1", 45 ) 46 go_repository( 47 name = "com_github_lestrrat_go_httprc", 48 build_file_proto_mode = "disable_global", 49 importpath = "github.com/lestrrat-go/httprc", 50 sum = "h1:bsTfiH8xaKOJPrg1R+E3iE/AWZr/x0Phj9PBTG/OLUk=", 51 version = "v1.0.5", 52 ) 53 go_repository( 54 name = "com_github_lestrrat_go_iter", 55 build_file_proto_mode = "disable_global", 56 importpath = "github.com/lestrrat-go/iter", 57 sum = "h1:gMXo1q4c2pHmC3dn8LzRhJfP1ceCbgSiT9lUydIzltI=", 58 version = "v1.0.2", 59 ) 60 61 go_repository( 62 name = "com_github_lestrrat_go_option", 63 build_file_proto_mode = "disable_global", 64 importpath = "github.com/lestrrat-go/option", 65 sum = "h1:oAzP2fvZGQKWkvHa1/SAcFolBEca1oN+mQ7eooNBEYU=", 66 version = "v1.0.1", 67 ) 68 69 go_repository( 70 name = "com_github_pmezard_go_difflib", 71 build_file_proto_mode = "disable_global", 72 importpath = "github.com/pmezard/go-difflib", 73 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", 74 version = "v1.0.0", 75 ) 76 go_repository( 77 name = "com_github_segmentio_asm", 78 build_file_proto_mode = "disable_global", 79 importpath = "github.com/segmentio/asm", 80 sum = "h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys=", 81 version = "v1.2.0", 82 ) 83 84 go_repository( 85 name = "com_github_stretchr_objx", 86 build_file_proto_mode = "disable_global", 87 importpath = "github.com/stretchr/objx", 88 sum = "h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=", 89 version = "v0.5.2", 90 ) 91 go_repository( 92 name = "com_github_stretchr_testify", 93 build_file_proto_mode = "disable_global", 94 importpath = "github.com/stretchr/testify", 95 sum = "h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=", 96 version = "v1.9.0", 97 ) 98 99 go_repository( 100 name = "in_gopkg_check_v1", 101 build_file_proto_mode = "disable_global", 102 importpath = "gopkg.in/check.v1", 103 sum = "h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=", 104 version = "v0.0.0-20161208181325-20d25e280405", 105 ) 106 107 go_repository( 108 name = "in_gopkg_yaml_v3", 109 build_file_proto_mode = "disable_global", 110 importpath = "gopkg.in/yaml.v3", 111 sum = "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", 112 version = "v3.0.1", 113 ) 114 go_repository( 115 name = "org_golang_x_crypto", 116 build_file_proto_mode = "disable_global", 117 importpath = "golang.org/x/crypto", 118 sum = "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=", 119 version = "v0.21.0", 120 ) 121 122 go_repository( 123 name = "org_golang_x_net", 124 build_file_proto_mode = "disable_global", 125 importpath = "golang.org/x/net", 126 sum = "h1:AQyQV4dYCvJ7vGmJyKki9+PBdyvhkSd8EIx/qb0AYv4=", 127 version = "v0.21.0", 128 ) 129 130 go_repository( 131 name = "org_golang_x_sys", 132 build_file_proto_mode = "disable_global", 133 importpath = "golang.org/x/sys", 134 sum = "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=", 135 version = "v0.18.0", 136 ) 137 go_repository( 138 name = "org_golang_x_term", 139 build_file_proto_mode = "disable_global", 140 importpath = "golang.org/x/term", 141 sum = "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=", 142 version = "v0.18.0", 143 ) 144 145 go_repository( 146 name = "org_golang_x_text", 147 build_file_proto_mode = "disable_global", 148 importpath = "golang.org/x/text", 149 sum = "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", 150 version = "v0.14.0", 151 )