update go.mod

This commit is contained in:
aler9
2022-08-23 10:45:58 +02:00
parent 7171f0cf51
commit dff01f3eac

9
go.mod
View File

@@ -10,3 +10,12 @@ require (
github.com/stretchr/testify v1.7.1
golang.org/x/net v0.0.0-20220526153639-5463443f8c37
)
require (
github.com/asticode/go-astikit v0.20.0 // indirect
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)