2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-09-14 14:28:20 +00:00
serviceman/go.mod
dependabot[bot] 882d662e11
Bump golang.org/x/net from 0.0.0-20180921000356-2f5d2388922f to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20180921000356-2f5d2388922f to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-04 05:10:09 +00:00

12 lines
261 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.7.0
golang.org/x/sys v0.5.0
)