gitee.com/mysnapcore/mysnapd@v0.1.0/get-deps.sh (about)

     1  #!/bin/sh
     2  
     3  set -e
     4  
     5  echo Obtaining dependencies
     6  go mod vendor
     7  
     8  echo Obtaining c-dependencies
     9  (cd c-vendor && ./vendor.sh)
    10  
    11  # TODO: import script that ensures that the "go.mod" vendor dir is tidy
    12  # https://github.com/edgexfoundry/edgex-go/commit/2c7e513168ecd884ba7252d8253b100953d1695c