diff --git a/go.mod b/go.mod index 0e6ba3b..e294b72 100644 --- a/go.mod +++ b/go.mod @@ -18,6 +18,6 @@ module github.com/seancfoley/ipaddress-go go 1.12 -require github.com/seancfoley/bintree v0.0.0-20220225092820-2871d1194b83 +require github.com/seancfoley/bintree v1.0.0 retract v0.0.0-20220113165635-21f206932b4b diff --git a/go.sum b/go.sum index 2841c5b..3c40602 100644 --- a/go.sum +++ b/go.sum @@ -1,2 +1,2 @@ -github.com/seancfoley/bintree v0.0.0-20220225092820-2871d1194b83 h1:WjoJyeII8O8r2+YiS7lROJtst+nfWcj1jUOSXb8e0+g= -github.com/seancfoley/bintree v0.0.0-20220225092820-2871d1194b83/go.mod h1:CtE6qO6/n9H3V2CAGEC0lpaYr6/OijhNaMG/dt7P70c= +github.com/seancfoley/bintree v1.0.0 h1:EnusUK1dNxRkDftWYcmDaR0rV8Mcr34x8PGq3JPEOrc= +github.com/seancfoley/bintree v1.0.0/go.mod h1:CtE6qO6/n9H3V2CAGEC0lpaYr6/OijhNaMG/dt7P70c=