diff options
| author | Shulhan <m.shulhan@gmail.com> | 2019-12-26 22:19:30 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2019-12-26 22:19:30 +0700 |
| commit | 2b545fa4a2e0f4fade3e0efdc5a008acf04c1f22 (patch) | |
| tree | 3a5333b763deb62085b93f558da303620c2e9008 /go.mod | |
| parent | bd2e631a638b0ed9714f08aaac7d68bcf19f6fe5 (diff) | |
| download | ciigo-2b545fa4a2e0f4fade3e0efdc5a008acf04c1f22.tar.xz | |
go.mod: update required Go to 1.13 and upgrade some dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 22 |
1 files changed, 12 insertions, 10 deletions
@@ -1,20 +1,22 @@ module github.com/shuLhan/ciigo -go 1.12 +go 1.13 require ( github.com/bytesparadise/libasciidoc v0.2.1-0.20190929071746-6c57b552cca9 github.com/golang/protobuf v1.3.2 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect - github.com/kr/pretty v0.1.0 // indirect - github.com/onsi/gomega v1.7.0 // indirect + github.com/onsi/ginkgo v1.11.0 // indirect + github.com/onsi/gomega v1.8.1 // indirect github.com/pkg/errors v0.8.1 // indirect - github.com/shuLhan/share v0.8.3-0.20190926180255-9e6456081633 + github.com/sergi/go-diff v1.1.0 // indirect + github.com/shuLhan/share v0.11.0 github.com/sirupsen/logrus v1.4.2 // indirect - github.com/stretchr/testify v1.4.0 // indirect - github.com/yuin/goldmark v1.1.0 - github.com/yuin/goldmark-meta v0.0.0-20190830074258-9b1715badd41 - golang.org/x/sys v0.0.0-20190927073244-c990c680b611 // indirect - golang.org/x/tools v0.0.0-20190929041059-e7abfedfabcf // indirect - gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect + github.com/yuin/goldmark v1.1.18 + github.com/yuin/goldmark-meta v0.0.0-20191126180153-f0638e958b60 + golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 // indirect + golang.org/x/sys v0.0.0-20191224085550-c709ea063b76 // indirect + golang.org/x/tools v0.0.0-20191224055732-dd894d0a8a40 // indirect + golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 // indirect + gopkg.in/yaml.v2 v2.2.7 // indirect ) |
