From 09f4ad43ba571f79f858e67aea38432c74aadbe0 Mon Sep 17 00:00:00 2001 From: Eric Daniels Date: Tue, 2 Apr 2024 14:11:58 -0400 Subject: [PATCH] Update go.mod version to 1.19 Relates to pion/webrtc#2292 --- go.mod | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +)