|
1 | 1 | module github.com/writeas/writeas-cli |
2 | 2 |
|
3 | 3 | require ( |
4 | | - github.com/atotto/clipboard v0.1.1 |
| 4 | + github.com/atotto/clipboard v0.1.4 |
5 | 5 | github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21 |
6 | | - github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e // indirect |
7 | | - github.com/hashicorp/go-multierror v1.0.0 |
8 | | - github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c |
9 | | - github.com/jtolds/gls v4.2.1+incompatible // indirect |
| 6 | + github.com/hashicorp/go-multierror v1.1.1 |
| 7 | + github.com/howeyc/gopass v0.0.0-20210920133722-c8aef6fb66ef |
| 8 | + github.com/mitchellh/go-homedir v1.1.0 |
| 9 | + github.com/writeas/go-writeas/v2 v2.1.1 |
| 10 | + github.com/writeas/web-core v1.7.0 |
| 11 | + gopkg.in/ini.v1 v1.67.0 |
| 12 | + gopkg.in/urfave/cli.v1 v1.20.0 |
| 13 | +) |
| 14 | + |
| 15 | +require ( |
| 16 | + github.com/aymerick/douceur v0.2.0 // indirect |
| 17 | + github.com/gorilla/css v1.0.1 // indirect |
| 18 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
10 | 19 | github.com/microcosm-cc/bluemonday v1.0.27 // indirect |
11 | | - github.com/mitchellh/go-homedir v1.0.0 |
12 | 20 | github.com/onsi/ginkgo v1.8.0 // indirect |
13 | 21 | github.com/onsi/gomega v1.5.0 // indirect |
14 | | - github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95 // indirect |
15 | | - github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect |
16 | | - github.com/smartystreets/goconvey v0.0.0-20181108003508-044398e4856c // indirect |
17 | | - github.com/writeas/go-writeas/v2 v2.0.2 |
18 | | - github.com/writeas/saturday v0.0.0-20170402010311-f455b05c043f // indirect |
19 | | - github.com/writeas/web-core v0.0.0-20181111165528-05f387ffa1b3 |
20 | | - gopkg.in/ini.v1 v1.39.3 |
21 | | - gopkg.in/urfave/cli.v1 v1.20.0 |
| 22 | + github.com/rainycape/unidecode v0.0.0-20150907023854-cb7f23ec59be // indirect |
| 23 | + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect |
| 24 | + github.com/stretchr/testify v1.10.0 // indirect |
| 25 | + github.com/writeas/go-strip-markdown/v2 v2.1.1 // indirect |
| 26 | + github.com/writeas/impart v1.1.1 // indirect |
| 27 | + github.com/writeas/saturday v1.7.1 // indirect |
| 28 | + github.com/writeas/slug v1.2.0 // indirect |
| 29 | + golang.org/x/crypto v0.41.0 // indirect |
| 30 | + golang.org/x/net v0.43.0 // indirect |
| 31 | + golang.org/x/sys v0.35.0 // indirect |
| 32 | + golang.org/x/term v0.34.0 // indirect |
| 33 | + h12.io/socks v1.0.3 // indirect |
22 | 34 | ) |
23 | 35 |
|
24 | | -go 1.13 |
| 36 | +go 1.23.0 |
| 37 | + |
| 38 | +toolchain go1.24.5 |
0 commit comments