diff --git a/InfrastructureAgent/README.md b/InfrastructureAgent/README.md index 50e524c3ca..01f3dcf4f4 100644 --- a/InfrastructureAgent/README.md +++ b/InfrastructureAgent/README.md @@ -57,6 +57,8 @@ This section is for developers who want to contribute to the agent. The agent is ### Building the agent ```bash +go mod tidy +go install go build ``` diff --git a/InfrastructureAgent/go.mod b/InfrastructureAgent/go.mod index 56708434f9..444ac58ccb 100644 --- a/InfrastructureAgent/go.mod +++ b/InfrastructureAgent/go.mod @@ -5,7 +5,6 @@ go 1.22.0 require ( github.com/go-co-op/gocron/v2 v2.4.1 github.com/gookit/config/v2 v2.2.5 - github.com/gookit/greq v0.3.0 github.com/kardianos/service v1.2.2 github.com/shirou/gopsutil/v3 v3.24.4 ) diff --git a/InfrastructureAgent/go.sum b/InfrastructureAgent/go.sum index fbfbe2233f..ddae45b03a 100644 --- a/InfrastructureAgent/go.sum +++ b/InfrastructureAgent/go.sum @@ -24,8 +24,6 @@ github.com/gookit/config/v2 v2.2.5 h1:RECbYYbtherywmzn3LNeu9NA5ZqhD7MSKEMsJ7l+Mp github.com/gookit/config/v2 v2.2.5/go.mod h1:NeX+yiNYn6Ei10eJvCQFXuHEPIE/IPS8bqaFIsszzaM= github.com/gookit/goutil v0.6.15 h1:mMQ0ElojNZoyPD0eVROk5QXJPh2uKR4g06slgPDF5Jo= github.com/gookit/goutil v0.6.15/go.mod h1:qdKdYEHQdEtyH+4fNdQNZfJHhI0jUZzHxQVAV3DaMDY= -github.com/gookit/greq v0.3.0 h1:eOiKxdn0IYh4PHnfn0+svcXLyKwD2V/l87DUiZaIGIM= -github.com/gookit/greq v0.3.0/go.mod h1:z7U/ABiJZ3tiMZPJcmg7qmgMCRJ2LPclsqv4tDsAR2Q= github.com/gookit/ini/v2 v2.2.3 h1:nSbN+x9OfQPcMObTFP+XuHt8ev6ndv/fWWqxFhPMu2E= github.com/gookit/ini/v2 v2.2.3/go.mod h1:Vu6p7P7xcfmb8KYu3L0ek8bqu/Im63N81q208SCCZY4= github.com/jonboulle/clockwork v0.4.0 h1:p4Cf1aMWXnXAUh8lVfewRBx1zaTSYKrKMF2g3ST4RZ4=