mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-16 23:00:51 +00:00
chore: update README for build instructions and remove unused dependency
This commit is contained in:
parent
5756623f45
commit
d755c62a51
3 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue