Files
agent/machinery/update-mod.sh
2024-03-17 11:07:15 +01:00

4 lines
94 B
Bash
Executable File

export GOSUMDB=off
rm -rf go.*
go mod init github.com/kerberos-io/agent/machinery
go mod tidy