diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2019-04-17 05:45:41 +0200 |
---|---|---|
committer | techknowlogick <matti@mdranta.net> | 2019-04-16 23:45:40 -0400 |
commit | 84fd24246cd5565b9654bf752b9919df03e69271 (patch) | |
tree | ab355e79106501c64f2b61179c19ed091e099a9c /go.mod | |
parent | 4f19b082586b38006ce4d119f266f5b74cbde71d (diff) | |
download | gitea-84fd24246cd5565b9654bf752b9919df03e69271.tar.gz gitea-84fd24246cd5565b9654bf752b9919df03e69271.zip |
Bump github.com/stretchr/testify from 1.2.2 to 1.3.0 (#6663)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.2.2 to 1.3.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.2.2...v1.3.0)
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ require ( github.com/siddontang/go-snappy v0.0.0-20140704025258-d8f7bb82a96d // indirect github.com/smartystreets/goconvey v0.0.0-20190306220146-200a235640ff // indirect github.com/steveyen/gtreap v0.0.0-20150807155958-0abe01ef9be2 // indirect - github.com/stretchr/testify v1.2.2 + github.com/stretchr/testify v1.3.0 github.com/tecbot/gorocksdb v0.0.0-20181010114359-8752a9433481 // indirect github.com/tinylib/msgp v0.0.0-20180516164116-c8cf64dff200 // indirect github.com/tstranex/u2f v1.0.0 |