remove ref to mcchunkie

This commit is contained in:
Aaron Bieber 2020-02-09 12:59:37 -07:00
parent aac4ac6778
commit a423056357
2 changed files with 0 additions and 8 deletions

1
go.mod
View File

@ -3,7 +3,6 @@ module git.sr.ht/~qbit/ogvt
go 1.13
require (
git.sr.ht/~qbit/mcchunkie v0.0.0-20200206053458-67091a62dee5 // indirect
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72
golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9
)

7
go.sum
View File

@ -1,11 +1,4 @@
git.sr.ht/~qbit/mcchunkie v0.0.0-20200206053458-67091a62dee5 h1:CWu0heHv17Zaf2K4vnAzBHtPLuIaf8GDOqTEJ56hAJM=
git.sr.ht/~qbit/mcchunkie v0.0.0-20200206053458-67091a62dee5/go.mod h1:9pUr+odU59WRr5yD5Yvy59UbkvGahrg4Is4l70CfigQ=
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
github.com/matrix-org/gomatrix v0.0.0-20200128155335-9e7906b6766d h1:Vf/EQgAfg8/CBUQv9te7UJreZ9iKKouB2gb8UIRM4jQ=
github.com/matrix-org/gomatrix v0.0.0-20200128155335-9e7906b6766d/go.mod h1:3fxX6gUjWyI/2Bt7J1OLhpCzOfO/bB3AiX0cJtEKud0=
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
golang.org/x/crypto v0.0.0-20200128174031-69ecbb4d6d5d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72 h1:+ELyKg6m8UBf0nPFSqD0mi7zUfwPyXo23HNjMnXPz7w=
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto=
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=