diff --git a/go.mod b/go.mod index c8ab6d3d..edb2f6bb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/pion/interceptor -go 1.15 +go 1.19 require ( github.com/pion/logging v0.2.2 @@ -9,3 +9,10 @@ require ( github.com/pion/transport/v3 v3.0.2 github.com/stretchr/testify v1.9.0 ) + +require ( + github.com/davecgh/go-spew v1.1.1 // indirect + github.com/pion/randutil v0.1.0 // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + gopkg.in/yaml.v3 v3.0.1 // indirect +)