chore: restructure bazel macros

This commit is contained in:
41666 2020-10-15 00:51:53 -04:00
parent a33aa3841c
commit a0b4392b05
54 changed files with 80 additions and 56 deletions

View file

@ -146,8 +146,8 @@ def go_repositories():
go_repository(
name = "com_github_dghubble_trie",
importpath = "github.com/dghubble/trie",
sum = "h1:euE/xPG0HIg6XiNXYrAHxX9aVwD1gw/yM2kptLOOj6k=",
version = "v0.0.0-20200716043226-5a94efb202d5",
sum = "h1:3yKntgWb7KwnHd4nCVgCIUNQs4qRdua+jitRqGMxKys=",
version = "v0.0.0-20201011220304-ed6d6b8add55",
)
go_repository(
name = "com_github_dgrijalva_jwt_go",