From b6de406fece2f97a3c2956adfbe78236ecaa93fe Mon Sep 17 00:00:00 2001 From: Sean DuBois Date: Wed, 30 Nov 2022 14:44:55 -0800 Subject: [PATCH] Retract v0.14.0 This release is a breaking change, move to /v2 instead --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 23baa48..0ef935c 100644 --- a/go.mod +++ b/go.mod @@ -2,6 +2,8 @@ module github.com/pion/transport go 1.12 +retract v0.14.0 + require ( github.com/pion/logging v0.2.2 github.com/stretchr/testify v1.8.1