mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04: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
|