go mod tidy

This commit is contained in:
Michael Quigley 2022-10-14 16:13:47 -04:00
parent e22e71cf71
commit 339f07510d
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

2
go.mod
View File

@ -32,6 +32,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/wneessen/go-mail v0.2.7
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)
require (
@ -85,7 +86,6 @@ require (
golang.org/x/sys v0.0.0-20220926163933-8cfa568d3c25 // indirect
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)