# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: { tiploc = depot.third_party.buildGo.program { name = "tiploc"; srcs = [ ./tiploc.go ]; deps = with depot.third_party; [ gopkgs."github.com".jackc.pgx.v4 ]; }; }