8 lines
172 B
Bash
Executable File
8 lines
172 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export GONOSUMDB="*"
|
|
export GOSUMDB=off
|
|
export GOPRIVATE="github.com/bitechdev/"
|
|
go get -u -v github.com/bitechdev/ResolveSpec@latest
|
|
go mod tidy
|
|
go mod vendor |