1
hermetic_cc_toolchain/bin/mod-tidy

10 lines
227 B
Plaintext
Raw Normal View History

#!/bin/sh
# Copyright 2023 Uber Technologies, Inc.
# Licensed under the Apache License, Version 2.0
set -eu
2021-07-21 11:59:33 +00:00
cd "$(git rev-parse --show-toplevel)/"
bazel run @go_sdk//:bin/go -- mod tidy
2023-02-20 05:48:09 +00:00
exec bazel run //:gazelle-update-repos