pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / servers / stayrtr / go.mod.patch
blob54c80cbb6b535530797d00f2bf1d103f33b09f0c
1 diff --git a/go.mod b/go.mod
2 index 0116218..3e31f0e 100644
3 --- a/go.mod
4 +++ b/go.mod
5 @@ -1,6 +1,6 @@
6 module github.com/bgp/stayrtr
8 -go 1.16
9 +go 1.17
11 require (
12 github.com/google/go-cmp v0.5.6
13 @@ -10,3 +10,17 @@ require (
14 golang.org/x/crypto v0.6.0
15 golang.org/x/sys v0.5.0
18 +require (
19 + github.com/beorn7/perks v1.0.1 // indirect
20 + github.com/cespare/xxhash/v2 v2.1.1 // indirect
21 + github.com/davecgh/go-spew v1.1.1 // indirect
22 + github.com/golang/protobuf v1.4.3 // indirect
23 + github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
24 + github.com/pmezard/go-difflib v1.0.0 // indirect
25 + github.com/prometheus/client_model v0.2.0 // indirect
26 + github.com/prometheus/common v0.26.0 // indirect
27 + github.com/prometheus/procfs v0.6.0 // indirect
28 + google.golang.org/protobuf v1.26.0-rc.1 // indirect
29 + gopkg.in/yaml.v2 v2.3.0 // indirect