diff options
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -27,12 +27,10 @@ require ( github.com/stretchr/objx v0.2.0 // indirect github.com/stretchr/testify v1.4.0 // indirect golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59 // indirect - golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect golang.org/x/sys v0.0.0-20191105142833-ac3223d80179 // indirect golang.org/x/text v0.3.2 - golang.org/x/tools v0.0.0-20191104232314-dc038396d1f0 // indirect - golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect + golang.org/x/tools v0.0.0-20200427153019-a90b7300be7c // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/yaml.v2 v2.2.5 // indirect ) |