github.com/dolthub/dolt/go@v0.40.5-0.20240520175717-68db7794bea6/Godeps/verify.sh (about)

     1  #!/bin/bash
     2  
     3  set -eo pipefail
     4  
     5  script_dir=$(dirname "$0")
     6  cd $script_dir/..
     7  
     8  ( go list -deps -json -tags +arm64,+amd64,+windows,+linux,+darwin,+386 ./cmd/dolt/. ) \
     9    | go run ./utils/3pdeps/. -verify ./Godeps/LICENSES