diff --git a/go.mod b/go.mod index ad844e3..6b79514 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,3 @@ module github.com/mhemmings/revenuecat go 1.15 - -require github.com/robertkrimen/godocdown v0.0.0-20130622164427-0bfa04905481 // indirect diff --git a/go.sum b/go.sum index c47f170..e69de29 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +0,0 @@ -github.com/robertkrimen/godocdown v0.0.0-20130622164427-0bfa04905481 h1:jMxcLa+VjJKhpCwbLUXAD15wJ+hhvXMLujCl3MkXpfM= -github.com/robertkrimen/godocdown v0.0.0-20130622164427-0bfa04905481/go.mod h1:C9WhFzY47SzYBIvzFqSvHIR6ROgDo4TtdTuRaOMjF/s=