update go.mod

This commit is contained in:
ginuerzh
2022-04-05 22:56:29 +08:00
parent b88025ea6d
commit 688455dd0b
2 changed files with 1 additions and 479 deletions

17
go.mod
View File

@ -2,19 +2,4 @@ module github.com/go-gost/core
go 1.18
require (
github.com/prometheus/client_golang v1.12.1
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.6 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)
require golang.org/x/sys v0.0.0-20220114195835-da31bd327af9