2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-04-20 06:10:48 +00:00
serviceman/go.mod
dependabot[bot] 4ba9e503e0
Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20180921000356-2f5d2388922f to 0.38.0.
- [Commits](https://github.com/golang/net/commits/v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 19:24:21 +00:00

12 lines
263 B
Modula-2

module git.rootprojects.org/root/serviceman
go 1.12
require (
git.rootprojects.org/root/go-gitver/v2 v2.0.2
github.com/UnnoTed/fileb0x v1.1.3
github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936
golang.org/x/net v0.38.0
golang.org/x/sys v0.31.0
)