]> Sergey Matveev's repositories - btrtrc.git/commitdiff
go mod tidy v1.6.0
authorMatt Joiner <anacrolix@gmail.com>
Thu, 15 Aug 2019 00:21:00 +0000 (10:21 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Thu, 15 Aug 2019 00:21:00 +0000 (10:21 +1000)
go.mod
go.sum

diff --git a/go.mod b/go.mod
index 1584a8f8f248c8b74c54c5b1e393c75534765280..92ab43e4af527df875242765839729ace36bea11 100644 (file)
--- a/go.mod
+++ b/go.mod
@@ -29,6 +29,7 @@ require (
        github.com/mattn/go-sqlite3 v1.10.0
        github.com/pkg/errors v0.8.1
        github.com/smartystreets/assertions v0.0.0-20190215210624-980c5ac6f3ac // indirect
+       github.com/spaolacci/murmur3 v1.1.0 // indirect
        github.com/stretchr/testify v1.3.0
        golang.org/x/net v0.0.0-20190628185345-da137c7871d7
        golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect
diff --git a/go.sum b/go.sum
index 9cec13c805d09c1198001310439043965387a84e..0a38c3cf9aeb9cd41784d0dd0b231aec81dd400f 100644 (file)
--- a/go.sum
+++ b/go.sum
@@ -95,8 +95,6 @@ github.com/gosuri/uiprogress v0.0.1 h1:0kpv/XY/qTmFWl/SkaJykZXrBBzwwadmW8fRb7RJS
 github.com/gosuri/uiprogress v0.0.1/go.mod h1:C1RTYn4Sc7iEyf6j8ft5dyoZ4212h8G1ol9QQluh5+0=
 github.com/huandu/xstrings v1.0.0 h1:pO2K/gKgKaat5LdpAhxhluX2GPQMaI3W5FUz/I/UnWk=
 github.com/huandu/xstrings v1.0.0/go.mod h1:4qWG/gcEcfX4z/mBDHJ++3ReCw9ibxbsNJbcucJdbSo=
-github.com/huandu/xstrings v1.2.0 h1:yPeWdRnmynF7p+lLYz0H2tthW9lqhMJrQV/U7yy4wX0=
-github.com/huandu/xstrings v1.2.0/go.mod h1:DvyZB1rfVYsBIigL8HwpZgxHwXozlTgGqn63UyNX5k4=
 github.com/jessevdk/go-flags v1.4.0 h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=
 github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
 github.com/jtolds/gls v4.2.1+incompatible h1:fSuqC+Gmlu6l/ZYAoZzx2pyucC8Xza35fpRVWLVmUEE=