diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-03-15 17:27:33 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-03-15 17:27:33 +0700 |
| commit | 8be29b0a308620a89601d1523b937c3c65037dd2 (patch) | |
| tree | d1430a9c8ea939d05f57b1f4cc5a0d81bdf7fbf3 /go.mod | |
| parent | 3a195ae8f1c0d8432d5a0ccc58e7247e3d728755 (diff) | |
| download | kilabit.info-8be29b0a308620a89601d1523b937c3c65037dd2.tar.xz | |
go.mod: update dependencies
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -3,12 +3,17 @@ module github.com/shuLhan/kilabit go 1.13 require ( - github.com/kr/pretty v0.2.0 // indirect - github.com/shuLhan/ciigo v0.0.0-20191226151930-2b545fa4a2e0 - github.com/shuLhan/share v0.11.0 - github.com/yuin/goldmark v1.1.20 // indirect - golang.org/x/sys v0.0.0-20200103143344-a1369afcdac7 // indirect - golang.org/x/tools v0.0.0-20200103221440-774c71fcf114 // indirect + github.com/golang/protobuf v1.3.4 // indirect + github.com/kr/text v0.2.0 // indirect + github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect + github.com/shuLhan/ciigo v0.0.0-20200214045940-979811517502 + github.com/shuLhan/share v0.12.0 + github.com/stretchr/testify v1.5.1 // indirect + github.com/yuin/goldmark v1.1.25 // indirect + golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect + golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect + golang.org/x/tools v0.0.0-20200309202150-20ab64c0d93f // indirect + gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect ) replace github.com/shuLhan/ciigo => ../ciigo |
