//go:build tools // +build tools // This file exists to force 'go mod' to fetch tool dependencies. // See: https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module package d2 import ( _ "oss.terrastruct.com/d2" )