diff options
| author | Shulhan <m.shulhan@gmail.com> | 2020-01-05 23:32:41 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-01-05 23:41:50 +0700 |
| commit | 273758881892769cb69ce1469b0dc5e48411ab09 (patch) | |
| tree | 6dbdc8fcd1bee54d67310557159727fd36d41de9 /go.mod | |
| parent | cff56e4ec013768a158d2c2693b4832d592f8603 (diff) | |
| download | kilabit.info-273758881892769cb69ce1469b0dc5e48411ab09.tar.xz | |
all: update image links
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -3,15 +3,12 @@ module github.com/shuLhan/kilabit go 1.13 require ( - github.com/onsi/ginkgo v1.10.3 // indirect - github.com/onsi/gomega v1.7.1 // indirect - github.com/shuLhan/ciigo v0.0.0-20190929184614-bd2e631a638b - github.com/shuLhan/share v0.10.1-0.20191107045952-1065ac7e9898 - github.com/yuin/goldmark v1.1.2 // indirect - golang.org/x/net v0.0.0-20191109021931-daa7c04131f5 // indirect - golang.org/x/sys v0.0.0-20191110163157-d32e6e3b99c4 // indirect - golang.org/x/tools v0.0.0-20191111134443-9f4e7946603e // indirect - gopkg.in/yaml.v2 v2.2.5 // indirect + 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 ) replace github.com/shuLhan/ciigo => ../ciigo |
