From 2d8106c3d7e45e98a55680f6d8fd8b93a3e460b6 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Wed, 29 Dec 2021 22:04:46 -0800 Subject: [PATCH] go mod tidy --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8db73ce30..3defae03d 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,6 @@ require ( github.com/mitchellh/go-homedir v1.1.0 github.com/olekukonko/tablewriter v0.0.5 github.com/pion/ice/v2 v2.1.14 - github.com/pion/interceptor v0.1.0 github.com/pion/logging v0.2.2 github.com/pion/rtcp v1.2.9 github.com/pion/rtp v1.7.4 @@ -59,6 +58,7 @@ require ( github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/pion/datachannel v1.5.2 // indirect github.com/pion/dtls/v2 v2.0.10 // indirect + github.com/pion/interceptor v0.1.0 // indirect github.com/pion/mdns v0.0.5 // indirect github.com/pion/randutil v0.1.0 // indirect github.com/pion/sctp v1.8.0 // indirect