todd-dsm / mac-ops

QnD Automation to build a MacBook Pro for DevOps
MIT License
11 stars 7 forks source link

M1: There was a build issue with confd #90

Open tthomaspax8 opened 2 years ago

tthomaspax8 commented 2 years ago

Is confd even a thing anymore?

Building confd...
go: inconsistent vendoring in /Users/tthomas/go/src/github.com/kelseyhightower/confd:
    github.com/BurntSushi/toml@v0.3.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
    github.com/aws/aws-sdk-go@v1.13.41: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
...

    To ignore the vendor directory, use -mod=readonly or -mod=mod.
    To sync the vendor directory, run:
        go mod vendor
make: *** [Makefile:8: build] Error 1
+ printInfo 'There was a build issue with confd.'