mods: move require statement with the rest (#14652)

This commit is contained in:
Seth Hoenig
2022-09-22 09:36:02 -05:00
committed by GitHub
parent 48d0722c19
commit b9dc95cc83

3
go.mod
View File

@@ -245,6 +245,7 @@ require (
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.6.1 // indirect
github.com/seccomp/libseccomp-golang v0.10.0 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
@@ -280,5 +281,3 @@ require (
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require github.com/rivo/uniseg v0.2.0 // indirect