Revert go.mod changes and remove go1.11 tests

This commit is contained in:
Gunnsteinn Hall 2020-08-08 00:48:33 +00:00
parent beee2f24ac
commit a1cc83252a
3 changed files with 0 additions and 10 deletions

View File

@ -1,6 +1,5 @@
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14

5
go.mod
View File

@ -1,8 +1,3 @@
module github.com/unidoc/unioffice
go 1.12
require (
github.com/davecgh/go-spew v1.1.1
github.com/go-ole/go-ole v1.2.4
)

4
go.sum
View File

@ -1,4 +0,0 @@
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/go-ole/go-ole v1.2.4 h1:nNBDSCOigTSiarFpYE9J/KtEA1IOW4CNeqT9TQDqCxI=
github.com/go-ole/go-ole v1.2.4/go.mod h1:XCwSNxSkXRo4vlyPy93sltvi/qJq0jqQhjqQNIwKuxM=