From 6582907ce81f40f593015498c89edbf85e7fb582 Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Sat, 20 Jun 2020 12:20:25 -0700 Subject: [PATCH] Move to /v2 Implementing failed state and ICE Restarts requires breaking changes Relates to #190 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 480f090..196a98f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/pion/ice +module github.com/pion/ice/v2 go 1.13