mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-26 07:59:37 -05:00
8 lines
137 B
Python
8 lines
137 B
Python
|
"""Go module dependencies for Bazel.
|
||
|
|
||
|
Contains the equivalent of go.mod and go.sum files for Bazel.
|
||
|
"""
|
||
|
|
||
|
def go_dependencies():
|
||
|
pass
|